mirror of
https://github.com/threeal/cmake-action.git
synced 2025-06-09 18:51:21 +00:00
test: add an empty main.test.ts
test
This commit is contained in:
parent
1eaa75dbc6
commit
6f931de20e
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,5 +3,6 @@
|
||||
!.git*
|
||||
|
||||
build/
|
||||
coverage/
|
||||
dist/
|
||||
node_modules/
|
||||
|
1
src/main.test.ts
Normal file
1
src/main.test.ts
Normal file
@ -0,0 +1 @@
|
||||
test("some test", () => {});
|
Loading…
Reference in New Issue
Block a user