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

Commit 07539d6

Browse files
committed
Remove "only" use.
1 parent 546437a commit 07539d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/files.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const concat = require('concat-stream')
1111
const through = require('through2')
1212

1313
module.exports = (common) => {
14-
describe.only('.files', () => {
14+
describe('.files', () => {
1515
let smallFile
1616
let bigFile
1717
let directoryContent

0 commit comments

Comments
 (0)