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

Commit 7e59d26

Browse files
test: lint issues
1 parent 097472c commit 7e59d26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/import-export.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function fileEql (f1, fileData, callback) {
3333
}
3434

3535
module.exports = (repo) => {
36-
describe('import and export', function() {
36+
describe('import and export', function () {
3737
this.timeout(30 * 1000)
3838

3939
strategies.forEach((strategy) => {

test/with-dag-api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const strategyOverrides = {
110110
describe('with dag-api', function() {
111111
// TODO: waiting for IPFS support on windows, https://github.com/ipfs/js-ipfs-unixfs-engine/issues/196
112112
if (os.platform() === 'win32') {
113-
return this.skip();
113+
return
114114
}
115115

116116
strategies.forEach(strategy => {

0 commit comments

Comments
 (0)