Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmengels committed Sep 1, 2016
1 parent b7d454c commit b9ec2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/core/importType.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { testContext } from '../utils'
describe('importType(name)', function () {
const context = testContext()

it("should return 'absolute' for node.js modules", function() {
it("should return 'absolute' for paths starting with a /", function() {
expect(importType('/', context)).to.equal('absolute')
expect(importType('/path', context)).to.equal('absolute')
expect(importType('/some/path', context)).to.equal('absolute')
Expand Down

0 comments on commit b9ec2ef

Please sign in to comment.