diff options
Diffstat (limited to 'src/routes.test.ts')
| -rw-r--r-- | src/routes.test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes.test.ts b/src/routes.test.ts index 90084f6..3a6bd26 100644 --- a/src/routes.test.ts +++ b/src/routes.test.ts @@ -38,7 +38,7 @@ const mock = ( const request = (mockMeta: MetadataMockType = mock()): SuperTest<Test> => { const app = express(); - app.use(routes(mockMeta as Metadata)); + app.use(routes(mockMeta as Metadata, path.join(__dirname, "..", "public"))); return _request(app); }; |
