mirror of
https://github.com/captbaritone/webamp
synced 2024-11-23 08:39:15 +00:00
9 lines
280 B
JavaScript
9 lines
280 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.
|
|
},
|
|
};
|