test: add an empty main.test.ts test

This commit is contained in:
Alfi Maulana 2023-11-20 17:14:42 +07:00
parent 1eaa75dbc6
commit 6f931de20e
No known key found for this signature in database
GPG Key ID: 2242A64C2A8DF5A4
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -3,5 +3,6 @@
!.git* !.git*
build/ build/
coverage/
dist/ dist/
node_modules/ node_modules/

1
src/main.test.ts Normal file
View File

@ -0,0 +1 @@
test("some test", () => {});