Skip to content

Commit fd468e1

Browse files
committed
fix: Exposing the stores via test app
1 parent 02e1f9b commit fd468e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/test-app.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ function createTestApp(workerContent, upstreamApp, opts = {}) {
1717
return http.Server.prototype.close.apply(this, arguments);
1818
};
1919

20+
server.stores = app.stores;
21+
2022
return server;
2123
}
2224

0 commit comments

Comments
 (0)