We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c17f606 commit 51753c7Copy full SHA for 51753c7
test/all/eventmodel.mocha.js
@@ -1,6 +1,5 @@
1
-import { EventModel } from '../../src/eventmodel';
2
-
3
-var expect = require('chai').expect;
+const { EventModel } = require('../../src/eventmodel');
+const { expect } = require('chai');
4
5
describe('eventmodel', function() {
6
beforeEach(function() {
0 commit comments