Skip to content

Commit

Permalink
Add sample-test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispenny committed Mar 1, 2023
1 parent 9c64121 commit 0ab3a11
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions client/tests/sample-test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/* global jest, describe, it, expect */

describe('sample tests', () => {
it('sample test', () => {
const css = 'sample css';
expect(css).toBe('sample css');
});
});

0 comments on commit 0ab3a11

Please sign in to comment.