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

Commit c5dfe71

Browse files
committed
oops remove "only"
1 parent 8cd570e commit c5dfe71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-exporter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const path = require('path')
1414
let ds
1515

1616
module.exports = function (repo) {
17-
describe.only('exporter', function () {
17+
describe('exporter', function () {
1818
const bigFile = fs.readFileSync(path.join(__dirname, '/test-data/1.2MiB.txt'))
1919
before((done) => {
2020
const bs = new BlockService(repo)

0 commit comments

Comments
 (0)