Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-dldc authored and agilgur5 committed Feb 12, 2020
1 parent e08e83c commit bf8ba01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tests/tsdx-build.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ describe('tsdx build', () => {
expect(shell.test('-f', 'dist/build-withtsconfig.esm.js')).toBeTruthy();

expect(shell.test('-f', 'dist/index.d.ts')).toBeFalsy();
expect(shell.test('-f', 'typings/index.d.ts')).toBeTruthy();
expect(shell.test('-f', 'typings/index.d.ts.map')).toBeTruthy();
expect(shell.test('-f', 'typings/src/index.d.ts')).toBeTruthy();
expect(shell.test('-f', 'typings/src/index.d.ts.map')).toBeTruthy();

expect(output.code).toBe(0);
});
Expand Down

0 comments on commit bf8ba01

Please sign in to comment.