mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-10 15:02:06 -05:00
fix file name in test
This commit is contained in:
parent
55f677702a
commit
875eba568b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
const test = require('tap').test;
|
||||
const Runtime = require('../../src/engine/runtime');
|
||||
const MonitorRecord = require('../../src/engine/records');
|
||||
const MonitorRecord = require('../../src/engine/monitor-record');
|
||||
const {Map} = require('immutable');
|
||||
|
||||
test('spec', t => {
|
||||
|
|
Loading…
Reference in a new issue