fix: generator tests on linux (#6588)

This commit is contained in:
Rachel Fenichel
2022-10-28 15:30:37 -07:00
committed by GitHub
parent 25c87c1770
commit e1244e5569

View File

@@ -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';