diff --git a/test/Errors.test.js b/test/Errors.test.js index dae2b98..7d01af7 100644 --- a/test/Errors.test.js +++ b/test/Errors.test.js @@ -4,13 +4,6 @@ const { rejects } = require('node:assert') const postcssrc = require('../src/index.js') describe('Loading Config - {Error}', () => { - // FIXME: this is resolving to nearest postcss config (outside root) - // test('Missing File', async () => { - // await rejects(() => postcssrc({}, 'test/err'), { - // message: /^No PostCSS Config found in: (.*)$/ - // }) - // }) - test('Missing Directory', () => { return rejects(() => postcssrc({}, 'ghostDir'), { message: /^No PostCSS Config found in: (.*)$/