We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1f1334 commit 51f9190Copy full SHA for 51f9190
test/test-cfg-resolve.js
@@ -50,7 +50,7 @@ test('should return config with key config and use key', async t => {
50
});
51
52
test('should return config when CLI params priority', async t => {
53
- const input = {input: 'src/template/**/*.html'};
+ const input = 'src/template/**/*.html';
54
const flags = {
55
config: 'test/config/.config-input-priority'
56
};
0 commit comments