mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +01:00
fix: generator tests on linux (#6588)
This commit is contained in:
@@ -24,8 +24,8 @@ const runMochaTestsInBrowser =
|
||||
const runGeneratorsInBrowser =
|
||||
require('../../tests/generators/run_generators_in_browser.js');
|
||||
|
||||
const OUTPUT_DIR = 'build/generators/';
|
||||
const GOLDEN_DIR = 'tests/generators/golden/';
|
||||
const OUTPUT_DIR = 'build/generators';
|
||||
const GOLDEN_DIR = 'tests/generators/golden';
|
||||
|
||||
const BOLD_GREEN = '\x1b[1;32m';
|
||||
const BOLD_RED = '\x1b[1;31m';
|
||||
|
||||
Reference in New Issue
Block a user