Skip to content

Commit bd6c4f8

Browse files
committed
test: đź’Ť fix tests
1 parent e1b20af commit bd6c4f8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎__tests__/resolveConfig/resolveConfig.spec.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,11 @@ describe('resolveConfig', () => {
171171

172172
it('should fail on invalid translations path', () => {
173173
/* should only fail translation path when in find mode */
174-
resolveConfig({ input: ['src/folder'], translationsPath: 'noFolder' });
174+
resolveConfig({
175+
input: ['src/folder'],
176+
translationsPath: 'noFolder',
177+
command: 'extract',
178+
});
175179
shouldPass();
176180
resolveConfig({
177181
input: ['src/folder'],

0 commit comments

Comments
 (0)