mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-13 22:44:04 -04:00
Satisfy linter
This commit is contained in:
parent
43c5d5c053
commit
b4e5655b18
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
const test = require('tap').test;
|
const test = require('tap').test;
|
||||||
const Operators = require('../../src/blocks/scratch3_operators');
|
const Operators = require('../../src/blocks/scratch3_operators');
|
||||||
const Data = require('../../src/blocks/scratch3_data');
|
|
||||||
|
|
||||||
const blocks = new Operators(null);
|
const blocks = new Operators(null);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue