Skip to content

Commit d2b3831

Browse files
committed
don't include jasmine boot file
1 parent 8080efa commit d2b3831

File tree

2 files changed

+1
-138
lines changed

2 files changed

+1
-138
lines changed

lib/_patch/jasmine2-boot.js

Lines changed: 0 additions & 137 deletions
This file was deleted.

lib/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ exports.Server = function Server(bsClient, workers) {
7979
framework_scripts = {
8080
'qunit': ['qunit-plugin.js'],
8181
'jasmine': ['jasmine-jsreporter.js', 'jasmine-plugin.js'],
82-
'jasmine2': ['jasmine2-boot.js', 'jasmine2-plugin.js'],
82+
'jasmine2': ['jasmine2-plugin.js'],
8383
'mocha': ['mocha-plugin.js']
8484
};
8585

0 commit comments

Comments
 (0)