Skip to content

Commit 59e6e90

Browse files
committed
Revert "test: for issue #273"
This reverts commit 021bdf6.
1 parent 021bdf6 commit 59e6e90

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test/test-cfg-resolve.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,6 @@ test('should return config with key config', async t => {
4343
t.deepEqual(config, expected);
4444
});
4545

46-
test('should return resolve parth to config from key config', async t => {
47-
const flags = {
48-
config: 'config/.config'
49-
};
50-
const config = await cfgResolve(flags);
51-
const expected = {'posthtml-bem': {}};
52-
53-
t.deepEqual(config, expected);
54-
});
55-
5646
test('should return config with key config and use key', async t => {
5747
const flags = {
5848
use: 'posthtml-assets',

0 commit comments

Comments
 (0)