Skip to content

Commit ed69076

Browse files
committed
Remove obsolete failing test
Fixes #123
1 parent a4998fa commit ed69076

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

test/error.js

-13
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,6 @@ test('--map && writing to stdout', (t) => {
2828
})
2929
})
3030

31-
test.failing('invalid --config', (t) => {
32-
return cli([
33-
'test/fixtures/*.css',
34-
'-c',
35-
'test/postcss.config.js',
36-
'-d',
37-
tmp(),
38-
]).then(({ error, code }) => {
39-
t.is(code, 1, 'expected non-zero error code')
40-
t.regex(error.toString(), /ENOENT: no such file or directory/)
41-
})
42-
})
43-
4431
test('plugin not found', (t) => {
4532
return cli(['test/fixtures/a.css', '-u', 'postcss-plugin', '-o', tmp()]).then(
4633
({ error, code }) => {

0 commit comments

Comments
 (0)