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

Commit

Permalink
Merge pull request speced#619 from w3c/fixup_utils-spec
Browse files Browse the repository at this point in the history
Fix (utils-spec.js): Remore deps that are not required in test
  • Loading branch information
Marcos Caceres committed Mar 8, 2016
2 parents 2e4b7f7 + 1a4a2c2 commit b4bbe8f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/spec/core/utils-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ describe("Core - Utils", function() {
require.config({
baseUrl: "../js/",
paths: {
"handlebars": "/node_modules/handlebars/dist/handlebars",
"jquery": "/node_modules/jquery/dist/jquery",
"Promise": "/node_modules/promise-polyfill/Promise",
"webidl2": "/node_modules/webidl2/lib/webidl2",
},
});
require(["core/utils"], function(u) {
Expand Down

0 comments on commit b4bbe8f

Please sign in to comment.