Skip to content

Commit 51f9190

Browse files
committed
fix: test for issue #304
1 parent e1f1334 commit 51f9190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-cfg-resolve.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ test('should return config with key config and use key', async t => {
5050
});
5151

5252
test('should return config when CLI params priority', async t => {
53-
const input = {input: 'src/template/**/*.html'};
53+
const input = 'src/template/**/*.html';
5454
const flags = {
5555
config: 'test/config/.config-input-priority'
5656
};

0 commit comments

Comments
 (0)