UNPKG

assert-testing

Version:

When it comes to testing, I am a simple man. I just need a function that throws an error when "false" is inputted. Maybe some message and a compliment when the code found no errors. Welcome to my testing package.

20 lines (14 loc) 326 B
{ "compileOnSave": true, "compilerOptions": { //"allowJs": true, "module": "commonjs", "noImplicitAny": true, "removeComments": false, "preserveConstEnums": true, "sourceMap": false, "noImplicitUseStrict": true, "outDir": "./dist/", "declaration": true } }