Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 8b63c2c

Browse files
committed
added jquery configuration for JSTD
1 parent df364c3 commit 8b63c2c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

jsTestDriver-jquery.conf

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
server: http://localhost:9876
2+
3+
load:
4+
- lib/jasmine/jasmine-0.10.3.js
5+
- lib/jasmine-jstd-adapter/JasmineAdapter.js
6+
- lib/jquery/jquery-1.4.2.js
7+
- src/Angular.js
8+
- src/*.js
9+
- src/scenario/_namespace.js
10+
- src/scenario/*.js
11+
- test/testabilityPatch.js
12+
- test/angular-mocks.js
13+
- test/scenario/*.js
14+
- test/*.js
15+
16+
exclude:
17+
- src/angular.prefix
18+
- src/angular.suffix
19+
- src/angular-bootstrap.js
20+
- src/AngularPublic.js

0 commit comments

Comments
 (0)