Improve integration test coverage

This commit is contained in:
Andrew Sliwinski 2017-01-05 16:58:31 -05:00
parent 5daaaa4438
commit 6ee8959100
15 changed files with 202 additions and 6 deletions
test/integration

View file

@ -6,7 +6,7 @@ var VirtualMachine = require('../../src/index');
var uri = path.resolve(__dirname, '../fixtures/event.sb2');
var project = extract(uri);
test('event project', function (t) {
test('event', function (t) {
var vm = new VirtualMachine();
// Evaluate playground data and exit