Skip to content

Commit

Permalink
chore(tests/test-main): link marked correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Jul 3, 2017
1 parent a8c343f commit 398e2ec
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/test-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@ require.config({
// we have to kickoff jasmine, as it is asynchronous
callback: window.__karma__.start,
paths: {
"core/biblio-db": "/base/js/core/biblio-db",
"core/jquery-enhanced": "/base/js/core/jquery-enhanced",
"core/pubsubhub": "/base/js/core/pubsubhub",
"core/utils": "/base/js/core/utils",
"core/biblio-db": "/base/js/core/biblio-db",
"w3c/linter": "/base/js/w3c/linter",
"deps/jquery": "/base/js/deps/jquery",
"deps/async": "/base/js/deps/async",
"deps/jquery": "/base/js/deps/jquery",
"deps/marked": "/base/js/deps/marked",
"deps/regenerator": "/base/js/deps/regenerator",
"w3c/linter": "/base/js/w3c/linter",
},
});

Expand Down

0 comments on commit 398e2ec

Please sign in to comment.