Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Nmesoma01 committed Jul 26, 2024
1 parent 5fc5867 commit 8365f44
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/multiply.test.js

This file was deleted.

8 changes: 8 additions & 0 deletions tests/user.test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// tests/user.test.js

describe('Simple Jest Test', () => {

Check failure on line 3 in tests/user.test.js

View workflow job for this annotation

GitHub Actions / build

'describe' is not defined
test('should return true', () => {

Check failure on line 4 in tests/user.test.js

View workflow job for this annotation

GitHub Actions / build

'test' is not defined
const value = true;
expect(value).toBe(true);

Check failure on line 6 in tests/user.test.js

View workflow job for this annotation

GitHub Actions / build

'expect' is not defined
});
});

0 comments on commit 8365f44

Please sign in to comment.