mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +00:00
refactor: migrate @krlwlfrt/async-pool to @openstapps/collection-utils
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@openstapps/easy-ast",
|
||||
"description": "Tool to easily handle TypeScript AST",
|
||||
"version": "3.0.0",
|
||||
"version": "2.0.0",
|
||||
"type": "module",
|
||||
"license": "GPL-3.0-only",
|
||||
"repository": "git@gitlab.com:openstapps/core-tools.git",
|
||||
|
||||
@@ -27,7 +27,7 @@ const tests = await Promise.all(
|
||||
);
|
||||
|
||||
describe('Easy AST', function () {
|
||||
this.timeout(5000);
|
||||
this.timeout(15_000);
|
||||
this.slow(2000);
|
||||
|
||||
it('should build the project', function () {
|
||||
|
||||
Reference in New Issue
Block a user