added unit testing, and started implementing unit tests...phew

This commit is contained in:
Josh Burman
2019-03-12 22:28:02 -04:00
parent 74aad4a957
commit e8c2539f1b
3489 changed files with 464813 additions and 88 deletions

21
node_modules/@types/mocha/LICENSE generated vendored Normal file
View File

@ -0,0 +1,21 @@
MIT License
Copyright (c) Microsoft Corporation. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE

16
node_modules/@types/mocha/README.md generated vendored Normal file
View File

@ -0,0 +1,16 @@
# Installation
> `npm install --save @types/mocha`
# Summary
This package contains type definitions for mocha ( https://mochajs.org ).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mocha
Additional Details
* Last updated: Wed, 13 Feb 2019 21:04:34 GMT
* Dependencies: none
* Global values: Mocha, after, afterEach, before, beforeEach, context, describe, it, mocha, run, setup, specify, suite, suiteSetup, suiteTeardown, teardown, test, xcontext, xdescribe, xit, xspecify
# Credits
These definitions were written by Kazi Manzur Rashid <https://github.com/kazimanzurrashid>, otiai10 <https://github.com/otiai10>, jt000 <https://github.com/jt000>, Vadim Macagon <https://github.com/enlight>, Andrew Bradley <https://github.com/cspotcode>, Dmitrii Sorin <https://github.com/1999>.

2986
node_modules/@types/mocha/index.d.ts generated vendored Normal file

File diff suppressed because it is too large Load Diff

73
node_modules/@types/mocha/package.json generated vendored Normal file
View File

@ -0,0 +1,73 @@
{
"_from": "@types/mocha",
"_id": "@types/mocha@5.2.6",
"_inBundle": false,
"_integrity": "sha512-1axi39YdtBI7z957vdqXI4Ac25e7YihYQtJa+Clnxg1zTJEaIRbndt71O3sP4GAMgiAm0pY26/b9BrY4MR/PMw==",
"_location": "/@types/mocha",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "@types/mocha",
"name": "@types/mocha",
"escapedName": "@types%2fmocha",
"scope": "@types",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-5.2.6.tgz",
"_shasum": "b8622d50557dd155e9f2f634b7d68fd38de5e94b",
"_spec": "@types/mocha",
"_where": "/Users/josh.burman/Projects/braid",
"bugs": {
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Kazi Manzur Rashid",
"url": "https://github.com/kazimanzurrashid"
},
{
"name": "otiai10",
"url": "https://github.com/otiai10"
},
{
"name": "jt000",
"url": "https://github.com/jt000"
},
{
"name": "Vadim Macagon",
"url": "https://github.com/enlight"
},
{
"name": "Andrew Bradley",
"url": "https://github.com/cspotcode"
},
{
"name": "Dmitrii Sorin",
"url": "https://github.com/1999"
}
],
"dependencies": {},
"deprecated": false,
"description": "TypeScript definitions for mocha",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
"license": "MIT",
"main": "",
"name": "@types/mocha",
"repository": {
"type": "git",
"url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"scripts": {},
"typeScriptVersion": "2.1",
"types": "index",
"typesPublisherContentHash": "68d6bf0c5663fabce5f3e86d15a965510718cc2fa34f286748b409afb00eb2f9",
"version": "5.2.6"
}