Skip to content

Commit

Permalink
Add LiveObjects subscriptions tests
Browse files Browse the repository at this point in the history
Also add `deep-equal` to the list of named dependencies for tests so
that browser tests know where to get this package.
  • Loading branch information
VeskeR committed Nov 5, 2024
1 parent 09a59f7 commit 40ff84c
Show file tree
Hide file tree
Showing 2 changed files with 519 additions and 3 deletions.
1 change: 1 addition & 0 deletions test/common/globals/named_dependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ define(function () {
async: { browser: 'node_modules/async/lib/async' },
chai: { browser: 'node_modules/chai/chai', node: 'node_modules/chai/chai' },
ulid: { browser: 'node_modules/ulid/dist/index.umd', node: 'node_modules/ulid/dist/index.umd' },
'deep-equal': { browser: 'node_modules/deep-equal', node: 'node_modules/deep-equal' },
private_api_recorder: {
browser: 'test/common/modules/private_api_recorder',
node: 'test/common/modules/private_api_recorder',
Expand Down
Loading

0 comments on commit 40ff84c

Please sign in to comment.