1
0
forked from GitHub/gf-core

Add proper tests, exception handling, implement getAbstractName

This commit is contained in:
John J. Camilleri
2021-10-04 12:10:29 +02:00
parent 314db3ea7f
commit 45db11b669
8 changed files with 3323 additions and 98 deletions

View File

@@ -5,7 +5,7 @@
"main": "dist/index.js",
"scripts": {
"build": "npx tsc",
"test": "ts-node ./tests/basic.ts"
"test": "npx jest"
},
"author": "John J. Camilleri",
"license": "ISC",
@@ -14,7 +14,9 @@
},
"devDependencies": {
"@types/ffi": "^0.2.3",
"ts-node": "^10.2.1",
"@types/jest": "^27.0.2",
"jest": "^27.2.4",
"ts-jest": "^27.0.5",
"typescript": "^4.4.3"
}
}