Skip to content

Commit

Permalink
tests: Add tests to fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Oct 9, 2020
1 parent 8ef9748 commit 35ff857
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/Packemon.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
describe('Packemon', () => {
it('has a test', () => {
expect(1).toBe(1);
});
});

0 comments on commit 35ff857

Please sign in to comment.