1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

Fix failing tests (#3374)

* Fix trial-initation test

Co-authored-by: Michał Chęciński <michal.checinski@outlook.com>
This commit is contained in:
Oscar Hinton
2022-08-25 18:26:18 +02:00
committed by GitHub
parent bb70113279
commit e0ae1bb738
3 changed files with 17 additions and 2 deletions

View File

@@ -43,4 +43,6 @@ jobs:
run: npm ci
- name: Run tests
run: npm run test
run: |
export NODE_OPTIONS=--max_old_space_size=6144
npm run test