get rid of event listener warning when running tests
This commit is contained in:
parent
ad113ba69d
commit
c1b2e415db
@ -31,6 +31,9 @@ const banner = `/*!
|
||||
* Copyright (C) 2020 Hakim El Hattab, https://hakim.se
|
||||
*/\n`
|
||||
|
||||
// Prevents warnings from opening too many test pages
|
||||
process.setMaxListeners(20);
|
||||
|
||||
const rollupConfig = {
|
||||
plugins: [
|
||||
babel({
|
||||
|
Loading…
Reference in New Issue
Block a user