Skip to content

Commit

Permalink
Remove obsolete failing test
Browse files Browse the repository at this point in the history
Fixes #123
  • Loading branch information
RyanZim committed Sep 21, 2020
1 parent a4998fa commit ed69076
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions test/error.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,6 @@ test('--map && writing to stdout', (t) => {
})
})

test.failing('invalid --config', (t) => {
return cli([
'test/fixtures/*.css',
'-c',
'test/postcss.config.js',
'-d',
tmp(),
]).then(({ error, code }) => {
t.is(code, 1, 'expected non-zero error code')
t.regex(error.toString(), /ENOENT: no such file or directory/)
})
})

test('plugin not found', (t) => {
return cli(['test/fixtures/a.css', '-u', 'postcss-plugin', '-o', tmp()]).then(
({ error, code }) => {
Expand Down

0 comments on commit ed69076

Please sign in to comment.