Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKamaev committed Oct 29, 2018
1 parent 6414a8a commit fdb6804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/server/runner-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ describe('Runner', () => {
});
});

it('Should raise an error if the source and imported midule have no tests', () => {
it('Should raise an error if the source and imported module have no tests', () => {
return runner
.browsers(connection)
.src(['test/server/data/test-suites/test-as-module/without-tests/testfile.js'])
Expand Down

0 comments on commit fdb6804

Please sign in to comment.