Skip to content

Commit 307ddeb

Browse files
committed
cleanup: no exclusive tests
1 parent dbc9ec7 commit 307ddeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/core/importType.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import importType from 'core/importType'
55

66
import { testContext } from '../utils'
77

8-
describe.only('importType(name)', function () {
8+
describe('importType(name)', function () {
99
const context = testContext()
1010

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

0 commit comments

Comments
 (0)