Skip to content

Commit

Permalink
remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Jun 4, 2024
1 parent ed24e4d commit 150564b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/Errors.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: (.*)$/
Expand Down

0 comments on commit 150564b

Please sign in to comment.