Skip to content

Commit b1cfbcc

Browse files
committed
test: fix failling test
1 parent 5da936f commit b1cfbcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/loader.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ beforeEach(() => reset(__dirname + '/fixtures/lang/'));
66
it('creates a file for each lang', () => {
77
const files = parseAll(__dirname + '/fixtures/lang/');
88

9-
expect(files.length).toBe(2);
9+
expect(files.length).toBe(3);
1010
expect(files[0].name).toBe('php_en.json');
1111
expect(files[1].name).toBe('php_pt.json');
1212

0 commit comments

Comments
 (0)