Skip to content

Commit

Permalink
cleanup: no exclusive tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mplewis committed Jul 9, 2017
1 parent dbc9ec7 commit 307ddeb
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 @@ -5,7 +5,7 @@ import importType from 'core/importType'

import { testContext } from '../utils'

describe.only('importType(name)', function () {
describe('importType(name)', function () {
const context = testContext()

it("should return 'absolute' for paths starting with a /", function() {
Expand Down

0 comments on commit 307ddeb

Please sign in to comment.