mirror of
https://github.com/google/blockly.git
synced 2026-01-08 09:30:06 +01:00
Remove old node module, update tests to use the npm one. (#3111)
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
*/
|
||||
|
||||
var assert = require('chai').assert;
|
||||
var Blockly = require('../../blockly_node_javascript_en.js');
|
||||
var Blockly = require('../../dist/');
|
||||
|
||||
var xmlText = `<xml xmlns="https://developers.google.com/blockly/xml">
|
||||
<block type="text_print" x="37" y="63">
|
||||
|
||||
Reference in New Issue
Block a user