Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80634 views
1
{
2
"name": "jasmine-pit",
3
"version": "2.0.2",
4
"main": "index.js",
5
"homepage": "https://github.com/jeffmo/jasmine-pit",
6
"keywords": [
7
"testing promises jasmine pit jasmine-pit promise error"
8
],
9
"author": {
10
"name": "Jeff Morrison",
11
"email": "[email protected]"
12
},
13
"repository": {
14
"type": "git",
15
"url": "[email protected]:jeffmo/jasmine-pit.git"
16
},
17
"license": "MIT",
18
"gitHead": "89041a9537d486c05462be4d0d2ede75c10018e5",
19
"description": "Writing tests for promises in jasmine is kind of a pain in the ass. jasmine-pit makes doing such things a tiny bit easier by providing an augmented version of `it()` (called `pit()`) that allows you to simply return a promise that may eventually assert ex",
20
"bugs": {
21
"url": "https://github.com/jeffmo/jasmine-pit/issues"
22
},
23
"_id": "[email protected]",
24
"scripts": {},
25
"_shasum": "75571cb1bfacc0ae750d6948ad458d91ba80e596",
26
"_from": "jasmine-pit@>=2.0.0 <2.1.0",
27
"_npmVersion": "1.4.21",
28
"_npmUser": {
29
"name": "jeffmo",
30
"email": "[email protected]"
31
},
32
"maintainers": [
33
{
34
"name": "jeffmo",
35
"email": "[email protected]"
36
}
37
],
38
"dist": {
39
"shasum": "75571cb1bfacc0ae750d6948ad458d91ba80e596",
40
"tarball": "http://registry.npmjs.org/jasmine-pit/-/jasmine-pit-2.0.2.tgz"
41
},
42
"directories": {},
43
"_resolved": "https://registry.npmjs.org/jasmine-pit/-/jasmine-pit-2.0.2.tgz"
44
}
45
46