Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 517ce6a

Browse files
committed
remove extra .only
1 parent 9ee6b5e commit 517ce6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/files.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ module.exports = (common) => {
110110
})
111111
})
112112

113-
it.only('add a nested dir as array', (done) => {
113+
it('add a nested dir as array', (done) => {
114114
const content = (name) => ({
115115
path: `test-folder/${name}`,
116116
content: directoryContent[name]

0 commit comments

Comments
 (0)