mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -05:00
Fixing case problem with blocks.js tests
This commit is contained in:
parent
c8e050494c
commit
53372c5704
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
var test = require('tap').test;
|
var test = require('tap').test;
|
||||||
var Blocks = require('../../src/engine/Blocks');
|
var Blocks = require('../../src/engine/blocks');
|
||||||
|
|
||||||
test('spec', function (t) {
|
test('spec', function (t) {
|
||||||
var b = new Blocks();
|
var b = new Blocks();
|
||||||
|
|
Loading…
Reference in a new issue