Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Commit

Permalink
References to runtime throttler removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkl-ppi committed Jan 17, 2014
1 parent 70c0d57 commit f5c3c01
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/buster-static.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ function configureGroup(group, extensions, defaultReporter) {

// Wiring between framework and user test cases
resourceSet.addResources([{
file: require.resolve("buster-test/lib/reporters/runtime-throttler"),
path: "/buster/runtime-throttler.js"
}, {
file: require.resolve("buster-test/lib/reporters/html"),
path: "/buster/html-reporter.js"
}, {
Expand All @@ -41,7 +38,6 @@ function configureGroup(group, extensions, defaultReporter) {
path: "/buster/buster-0.7.x.js",
combine: ["/buster/expose-modules.js",
"/buster/stack-filter.js",
"/buster/runtime-throttler.js",
"/buster/html-reporter.js",
"/buster/html-reporter2.js",
"/buster/static-browser-wiring.js",
Expand Down

0 comments on commit f5c3c01

Please sign in to comment.