Skip to content

Commit

Permalink
chore(context): move test to src/__tests__
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondfeng committed Feb 14, 2019
1 parent b6c589e commit bf5cf26
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1 deletion.
Expand Up @@ -97,7 +97,6 @@ describe('@inject.* - injects a live collection of matching bindings', async ()
const view = inst.view;
expect(await view.values()).to.eql([3, 5]);
// Add a new binding that matches the filter
// Add a new binding that matches the filter
givenPrime(server, 7);
// The view picks up the new binding
expect(await view.values()).to.eql([3, 7, 5]);
Expand Down

0 comments on commit bf5cf26

Please sign in to comment.