UNPKG

v3d-core-realbits

Version:

WebGL-based humanoid model rendering engine.

16 lines 362 B
"use strict"; module.exports = { server: { command: 'yarn http-server ./test -p 10080', port: 10080, }, launch: { // headless: false, // devtools: true, args: [ '--explicitly-allowed-ports=10080', ], }, browserContext: 'default', }; //# sourceMappingURL=jest-puppeteer.config.js.map