Skip to content

Commit

Permalink
Oops, not a TS file yet; revert to require
Browse files Browse the repository at this point in the history
  • Loading branch information
craigbeck committed Jul 3, 2024
1 parent c17f606 commit 51753c7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/all/eventmodel.mocha.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { EventModel } from '../../src/eventmodel';

var expect = require('chai').expect;
const { EventModel } = require('../../src/eventmodel');
const { expect } = require('chai');

describe('eventmodel', function() {
beforeEach(function() {
Expand Down

0 comments on commit 51753c7

Please sign in to comment.