Fix advanced compilation tests for Q1 2021 release (#4709)

This commit is contained in:
alschmiedt
2021-03-17 15:46:17 -07:00
committed by GitHub
parent c6b8791ece
commit 9a93ca486f
4 changed files with 56 additions and 6 deletions

View File

@@ -447,6 +447,7 @@ function buildLangfiles(done) {
function buildAdvancedCompilationTest() {
const srcs = [
'tests/compile/main.js',
'tests/compile/test_blocks.js',
'core/**/**/*.js',
'blocks/*.js',
'generators/**/*.js'];