We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da936f commit b1cfbccCopy full SHA for b1cfbcc
test/loader.test.ts
@@ -6,7 +6,7 @@ beforeEach(() => reset(__dirname + '/fixtures/lang/'));
6
it('creates a file for each lang', () => {
7
const files = parseAll(__dirname + '/fixtures/lang/');
8
9
- expect(files.length).toBe(2);
+ expect(files.length).toBe(3);
10
expect(files[0].name).toBe('php_en.json');
11
expect(files[1].name).toBe('php_pt.json');
12
0 commit comments