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

Commit

Permalink
remove extra .only
Browse files Browse the repository at this point in the history
  • Loading branch information
hackergrrl committed Aug 9, 2016
1 parent 9ee6b5e commit 517ce6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ module.exports = (common) => {
})
})

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

0 comments on commit 517ce6a

Please sign in to comment.