mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-06 19:41:51 -04:00
Resolve lint issues
This commit is contained in:
parent
dfc6614a5b
commit
7d5820585b
6 changed files with 15 additions and 11 deletions
test/integration
|
@ -1,9 +1,10 @@
|
|||
var path = require('path');
|
||||
var test = require('tap').test;
|
||||
var extract = require('../fixtures/extract');
|
||||
var VirtualMachine = require('../../src/index');
|
||||
|
||||
var path = __dirname + '/../fixtures/event.sb2';
|
||||
var project = extract(path);
|
||||
var uri = path.resolve(__dirname, '../fixtures/event.sb2');
|
||||
var project = extract(uri);
|
||||
|
||||
test('event project', function (t) {
|
||||
var vm = new VirtualMachine();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue