mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-06 19:41:51 -04:00
Improve integration test coverage
This commit is contained in:
parent
5daaaa4438
commit
6ee8959100
15 changed files with 202 additions and 6 deletions
test/integration
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue