Skip to content

Commit

Permalink
Scope testem assets with a prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
stepankuzmin committed Dec 20, 2022
1 parent 0547c70 commit aaedf92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ class Server extends EventEmitter {
}
next();
});
app.use(express.static(`${__dirname}/../../public`));
app.use('/testem', express.static(`${__dirname}/../../public/testem`));
}

injectMiddleware(app) {
Expand Down

0 comments on commit aaedf92

Please sign in to comment.