Skip to content

Commit

Permalink
Added dummy test to
Browse files Browse the repository at this point in the history
backend/test/assessments.test.ts
  • Loading branch information
hawkishpolicy committed Apr 3, 2024
1 parent 9a1451a commit a030035
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend/test/assessments.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import { expect, test } from '@jest/globals';
test('dummy test', () => {
expect(true).toBe(true);
});

0 comments on commit a030035

Please sign in to comment.