mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 19:13:54 +00:00
8 lines
278 B
JavaScript
8 lines
278 B
JavaScript
module.exports = {
|
|
server: {
|
|
// Note: We require the the build be run before these tests.
|
|
// TODO: Figure out how to get this command to run the buil.
|
|
command: "npm run serve",
|
|
port: 8080 // Jest Puppeteer will wait 5000ms for this port to come online.
|
|
}
|
|
};
|