Skip to content

Commit 1490048

Browse files
authored
Merge pull request #902 from GoogleChromeLabs/fix-tests
Fix failing tests
2 parents d13036a + e98d624 commit 1490048

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ dist
77
**/node_modules
88
**/dist
99
lerna-debug.log
10+
**/.gradle

package-lock.json

Lines changed: 12 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"jasmine": "^3.6.4",
4141
"lerna": "^6.5.1",
4242
"lerna-changelog": "^2.2.0",
43-
"mock-fs": "^4.13.0",
43+
"mock-fs": "^5.4.1",
4444
"npm": "^9.5.1",
4545
"ts-node": "^8.10.2",
4646
"typescript": "^5.5.3"

0 commit comments

Comments
 (0)