feat: add tests

This commit is contained in:
Shinwoo PARK 2023-12-03 19:42:22 +09:00
parent cc07badb43
commit 47d5c0ff9a
2 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@
"scripts": {
"docs": "cp ./README.md ./dist/README.md",
"build": "rimraf ./dist/lib && tsc --project tsconfig.build.json",
"up": "yarn docs && yarn build && yarn publish dist"
"up": "yarn docs && yarn build && yarn publish dist",
"test": "ts-node ./src/test/index.ts"
}
}

0
src/test/index.ts Normal file
View File