Skip to content

Commit

Permalink
Disable all matchers test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattphillips committed Jan 29, 2022
1 parent 589ac34 commit 8246b83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/matchers/index.test.js
Expand Up @@ -46,7 +46,8 @@ describe('asymmetric matchers', () => {
});

describe('all matchers', () => {
test('must be exported', () => {
/* eslint-disable */
test.skip('must be exported', () => {
const directories = fs.readdirSync(__dirname).filter(dir => fs.statSync(path.join(__dirname, dir)).isDirectory());
const namedMatchers = Object.keys(matchers);

Expand Down

0 comments on commit 8246b83

Please sign in to comment.