Browse Source

Import vis at the top level to keep ItemSet passing

mbroad/unittest/lib/shared
MacLeod Broad 6 years ago
parent
commit
bbcaa7814d
No known key found for this signature in database GPG Key ID: F1B295D13C3CC9CF
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      test/TimelineItemSet.test.js

+ 1
- 0
test/TimelineItemSet.test.js View File

@ -1,4 +1,5 @@
var assert = require('assert');
var vis = require('../dist/vis');
describe('Timeline ItemSet', function () {
before(function () {

Loading…
Cancel
Save