1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-07-31 20:00:28 +02:00

get rid of event listener warning when running tests

This commit is contained in:
Hakim El Hattab
2020-04-22 16:07:51 +02:00
parent ad113ba69d
commit c1b2e415db

View File

@@ -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({