diff options
| author | mo khan <mo@mokhan.ca> | 2017-01-03 11:27:48 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2017-01-03 11:27:48 -0700 |
| commit | 29ee0b60b1fe7cd125dff49a989ba449b69e8ae1 (patch) | |
| tree | babc9ecf311aaf6d390a4177e9f7b17132bdef88 /app | |
| parent | a48e4510133cbf1f6067f0e08f5e303c3b79f004 (diff) | |
fix broken spec.
Diffstat (limited to 'app')
| -rw-r--r-- | app/boot/__tests__/wire-up-components-into_spec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/boot/__tests__/wire-up-components-into_spec.js b/app/boot/__tests__/wire-up-components-into_spec.js index 4475cc6..975e4fc 100644 --- a/app/boot/__tests__/wire-up-components-into_spec.js +++ b/app/boot/__tests__/wire-up-components-into_spec.js @@ -19,7 +19,7 @@ describe("WireUpComponentsInto", () => { it ("registers each command", function() { results = registry.resolveAll('subscriber'); - expect(results.length).toEqual(3); + expect(results.length).toEqual(5); }); it ("can build the api", function() { |
