From 249eb0b6852ff8f8837d52b0674c49bfb1ee6c68 Mon Sep 17 00:00:00 2001 From: Jan Dvorak Date: Sat, 14 Oct 2023 12:26:26 +0200 Subject: [PATCH] Fix lint issues --- roles/tests/clientAsync.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/tests/clientAsync.js b/roles/tests/clientAsync.js index 0f606b7..ce1575e 100644 --- a/roles/tests/clientAsync.js +++ b/roles/tests/clientAsync.js @@ -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)