Skip to content

Commit

Permalink
Various fixes
Browse files Browse the repository at this point in the history
* Fix integration tests
* Remove .rollup.cache (and add to .gitignore)
* Update core
  • Loading branch information
takameyer committed Dec 28, 2022
1 parent fe7d770 commit 67f48a2
Show file tree
Hide file tree
Showing 124 changed files with 6 additions and 7,102 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,6 @@ integration-tests/**/.lock

# TypeScript build info
*.tsbuildinfo

# Rollup
.rollup.cache/
1 change: 1 addition & 0 deletions integration-tests/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"@realm/network-transport": "^0.7.2",
"chai": "4.3.6",
"chai-as-promised": "^7.1.1",
"concurrently": "^6.0.2",

This comment has been minimized.

Copy link
@kraenhansen

kraenhansen Jan 4, 2023

Member

@takameyer why was this added here, when it's already a devDependency of the package? It's not a dependency of the test suite directly.

This comment has been minimized.

Copy link
@takameyer

takameyer Jan 4, 2023

Author Contributor

Oh strange...it was failing, but that could have been something else. We should remove it from dependency then

"jose": "^4.10.4"
},
"files": [
Expand Down
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 67f48a2

Please sign in to comment.