Skip to content

Commit

Permalink
fix: Exposing the stores via test app
Browse files Browse the repository at this point in the history
  • Loading branch information
gja committed Jan 4, 2019
1 parent 02e1f9b commit fd468e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/test-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ function createTestApp(workerContent, upstreamApp, opts = {}) {
return http.Server.prototype.close.apply(this, arguments);
};

server.stores = app.stores;

return server;
}

Expand Down

0 comments on commit fd468e1

Please sign in to comment.