mirror of
https://github.com/google/blockly.git
synced 2026-01-04 23:50:12 +01:00
fix(build): build/test on windows (#6431)
* build: build/test on windows * chore(deps): bump @hyperjump/json-schema from 0.18.4 to 0.18.5 * chore(deps): add gulp-gzip 1.4.2 * build: migrate test scripts to gulp task (test_tasks.js) * build: not to use the grep command * build: normalize path * fix: Modified based on review suggestions. * Add JSDoc comment * Line length <= 80 characters. * Formatting test output as previously. * Always continue even if a test unit fails. * Suppress the gulp messages. * Fix test_tasks.js to pass eslint. * fix: Modified based on review suggestions. * Change generator test output directory. * Formatting test output as previously. * fix: Formatting test output as previously. * fix: Modified based on review suggestions.
This commit is contained in:
@@ -19,6 +19,7 @@ const licenseTasks = require('./scripts/gulpfiles/license_tasks');
|
||||
const appengineTasks = require('./scripts/gulpfiles/appengine_tasks');
|
||||
const releaseTasks = require('./scripts/gulpfiles/release_tasks');
|
||||
const cleanupTasks = require('./scripts/gulpfiles/cleanup_tasks');
|
||||
const testTasks = require('./scripts/gulpfiles/test_tasks');
|
||||
|
||||
module.exports = {
|
||||
deployDemos: appengineTasks.deployDemos,
|
||||
@@ -50,4 +51,6 @@ module.exports = {
|
||||
publish: releaseTasks.publish,
|
||||
publishBeta: releaseTasks.publishBeta,
|
||||
sortRequires: cleanupTasks.sortRequires,
|
||||
test: testTasks.test,
|
||||
testGenerators: testTasks.generators,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user