Merge branch '4.x' into merge-4.x

This commit is contained in:
Jakob Linskeseder
2021-12-29 23:10:11 +01:00
100 changed files with 425 additions and 280 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const metrics = require('../bench');
const metrics = require('../tests/bench');
const { createRegisterAsyncTaskFn } = require('./util/async-grunt-task');
module.exports = function(grunt) {
-1
View File
@@ -1 +0,0 @@
Use `mocha tasks/task-tests` to run these tests
+1
View File
@@ -0,0 +1 @@
Use `mocha tasks/tests` to run these tests