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.
29 lines (28 loc) • 876 B
JSON
{
"name": "assert-testing",
"version": "1.0.12",
"description": "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.",
"main": "dist/testing.js",
"typings": "dist/testing.d.ts",
"scripts": {
"test": "echo \"Testing code for testing huh? I like you.\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/drozdik-m/testing.git"
},
"keywords": [
"Assert",
"testing",
"light",
"simple",
"JavaScript",
"TypeScript"
],
"author": "Martin Drozdík",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/drozdik-m/testing/issues"
},
"homepage": "https://github.com/drozdik-m/testing#readme"
}