mirror of
https://github.com/threeal/cmake-action.git
synced 2025-06-10 03:01: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*
|
!.git*
|
||||||
|
|
||||||
build/
|
build/
|
||||||
|
coverage/
|
||||||
dist/
|
dist/
|
||||||
node_modules/
|
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