@diplodoc/cli-tests 5.35.1 → 5.35.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28,7 +28,7 @@ function test(_description: string) {
28
28
  });
29
29
  }
30
30
 
31
- describe('Regression', () => {
31
+ describe('Regression', {timeout: 90_000}, () => {
32
32
  test(dedent`
33
33
  - not_var liquid syntax
34
34
  - normalize leading hrefs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diplodoc/cli-tests",
3
- "version": "5.35.1",
3
+ "version": "5.35.3",
4
4
  "bin": {
5
5
  "diplodoc-cli-test": "bin.mjs"
6
6
  },