Skip to content

Commit

Permalink
feat: Integrate Channel Session Protocol (#865)
Browse files Browse the repository at this point in the history
* fix warnings

* upgrade Awala libs

* store public gateway session key during registration

* integrate in couurier sync

* fix tests

* fix another test

* add logging during registration

* ui: skip build when `start`ing

* update package-lock.json

* add `start` script to root
  • Loading branch information
gnarea authored Nov 17, 2021
1 parent 49693cb commit b03d95c
Show file tree
Hide file tree
Showing 25 changed files with 792 additions and 3,337 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ module.exports = {
setupFiles: [],

// A list of paths to modules that run some code to configure or set up the testing framework before each test
setupFilesAfterEnv: [ "jest-extended" ],
setupFilesAfterEnv: [ "jest-extended/all" ],

// A list of paths to snapshot serializer modules Jest should use for snapshot testing
// snapshotSerializers: [],
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"scripts": {
"prebuild": "run-s clean",
"build": "lerna run build",
"prestart": "run-s build",
"start": "lerna run --scope ui start",
"bootstrap": "lerna bootstrap",
"fix": "run-s fix:*",
"fix:prettier": "prettier \"packages/**/*.ts\" --write",
Expand Down
Loading

0 comments on commit b03d95c

Please sign in to comment.