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

Commit 04371bb

Browse files
author
Cihangir SAVAS
committed
scripts: fix linting issue
1 parent bdc825e commit 04371bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/node-testing/mocha-runner

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{ join } = require('path')
55

66
fs = require('fs')
7-
Mocha = require("mocha")
7+
Mocha = require('mocha')
88

99

1010
addTestFilesToMocha = (mocha, path) ->

0 commit comments

Comments
 (0)