We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc9ec7 commit 307ddebCopy full SHA for 307ddeb
tests/src/core/importType.js
@@ -5,7 +5,7 @@ import importType from 'core/importType'
5
6
import { testContext } from '../utils'
7
8
-describe.only('importType(name)', function () {
+describe('importType(name)', function () {
9
const context = testContext()
10
11
it("should return 'absolute' for paths starting with a /", function() {
0 commit comments