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

Commit 0f61c26

Browse files
committed
chore: move invalidArg var into exported function
License: MIT Signed-off-by: Alan Shaw <alan@tableflip.io>
1 parent 5567ddf commit 0f61c26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/src/bootstrap/rm.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
const { getDescribe, getIt, expect } = require('../utils/mocha')
55

6-
const invalidArg = 'this/Is/So/Invalid/'
7-
86
module.exports = (createCommon, options) => {
97
const describe = getDescribe(options)
108
const it = getIt(options)
119
const common = createCommon()
1210

11+
const invalidArg = 'this/Is/So/Invalid/'
12+
1313
describe('.bootstrap.rm', function () {
1414
this.timeout(100 * 1000)
1515

0 commit comments

Comments
 (0)