Skip to content

Commit

Permalink
Clean test
Browse files Browse the repository at this point in the history
  • Loading branch information
serut committed Nov 20, 2018
1 parent 4bcbbe3 commit fbb4e6c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions server/tests.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import chai, {assert} from 'chai';
import {assert} from 'chai';
import meteorCoverageApi from 'meteor/lmieulet:meteor-coverage';

const CoverageData = meteorCoverageApi.CoverageData;
Expand All @@ -10,8 +10,6 @@ const Conf = meteorCoverageApi.Conf;
describe('meteor coverage', function () {

it('is importeable in es6', function () {
console.log("wtf", chai)
console.log("wtf", assert)
assert.isNotNull(CoverageData);
assert.isNotNull(Router);
assert.isNotNull(ReportService);
Expand Down

0 comments on commit fbb4e6c

Please sign in to comment.