first-commit
This commit is contained in:
10
web_src/js/modules/fetch.test.ts
Normal file
10
web_src/js/modules/fetch.test.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import {GET, POST, PATCH, PUT, DELETE} from './fetch.ts';
|
||||
|
||||
// tests here are only to satisfy the linter for unused functions
|
||||
test('exports', () => {
|
||||
expect(GET).toBeTruthy();
|
||||
expect(POST).toBeTruthy();
|
||||
expect(PATCH).toBeTruthy();
|
||||
expect(PUT).toBeTruthy();
|
||||
expect(DELETE).toBeTruthy();
|
||||
});
|
Reference in New Issue
Block a user