Skip to content

Commit eb458fc

Browse files
author
艾伦
committed
added karma mocha for testing
1 parent fd37764 commit eb458fc

34 files changed

+14233
-354
lines changed

Diff for: .bowerrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"directory": "bower_components"
3+
}

Diff for: .gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ node_modules
77
.idea
88

99
#source map
10-
*.map
10+
*.map
11+
documentation/

Diff for: bower.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "index",
3+
"private": true,
4+
"dependencies": {
5+
"chai": "~1.8.0",
6+
"mocha": "~1.14.0"
7+
},
8+
"devDependencies": {}
9+
}

Diff for: bower_components/chai/.bower.json

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"name": "chai",
3+
"version": "1.8.1",
4+
"description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic.",
5+
"license": "MIT",
6+
"keywords": [
7+
"test",
8+
"assertion",
9+
"assert",
10+
"testing",
11+
"chai"
12+
],
13+
"main": "chai.js",
14+
"ignore": [
15+
"build",
16+
"components",
17+
"lib",
18+
"node_modules",
19+
"support",
20+
"test",
21+
"index.js",
22+
"Makefile",
23+
".*"
24+
],
25+
"dependencies": {},
26+
"devDependencies": {},
27+
"homepage": "https://github.com/chaijs/chai",
28+
"_release": "1.8.1",
29+
"_resolution": {
30+
"type": "version",
31+
"tag": "1.8.1",
32+
"commit": "4107c02cb1507c8554177aeeefd9732abcfd4e64"
33+
},
34+
"_source": "https://github.com/chaijs/chai.git",
35+
"_target": "~1.8.0",
36+
"_originalSource": "chai"
37+
}

0 commit comments

Comments
 (0)