Skip to content

Commit 35b3a65

Browse files
committed
Add /* eslint-disable no-unused-vars / to the top of publish.test.js
1 parent 7259441 commit 35b3a65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests-app/server/publish.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable no-unused-vars */
12
import { Meteor } from 'meteor/meteor'
23
import { Mongo } from 'meteor/mongo'
34
import expect from 'expect'

0 commit comments

Comments
 (0)