test: fix

This commit is contained in:
alexander.akait 2024-11-25 18:12:53 +03:00
parent f290b16879
commit 8e80c60aa5
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
const supportsWorker = require("../../../helpers/supportsWorker");
module.exports = function (config) {
return supportsWorker();
};