Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Oct 14, 2023
1 parent e950687 commit 249eb0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/tests/clientAsync.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ import { Meteor } from 'meteor/meteor'
import chai, { assert } from 'chai'
import chaiAsPromised from 'chai-as-promised'

chai.use(chaiAsPromised)

// To ensure that the files are loaded for coverage
import '../roles_common'

chai.use(chaiAsPromised)

const safeInsert = async (collection, data) => {
try {
await collection.insertAsync(data)
Expand Down

0 comments on commit 249eb0b

Please sign in to comment.