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

Commit

Permalink
Merge pull request #135 from Turbo87/fix-test
Browse files Browse the repository at this point in the history
Fix broken test-loader test
  • Loading branch information
Turbo87 authored Nov 11, 2016
2 parents 613fca1 + 8e47ce0 commit a38603a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/test-loader-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe('Unit | test-loader', function() {
window.requirejs.entries = {
'valid-test': true,
'valid_test': true,
'valid.jshint': true,
'valid.jshint.lint-test': true,
'not-valid-jshint': true,
'not-a-test-module': true,
'nohyphentest': true
Expand All @@ -34,7 +34,7 @@ describe('Unit | test-loader', function() {
var expectedModules = [
'valid-test',
'valid_test',
'valid.jshint'
'valid.jshint.lint-test'
];

expect(requiredModules).to.deep.equal(expectedModules);
Expand Down

0 comments on commit a38603a

Please sign in to comment.