mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-10-26 19:53:23 +01:00
Reveal.add/remveEventListener -> Reveal.on/off
This commit is contained in:
@@ -73,7 +73,7 @@ gulp.task('test-qunit', function() {
|
||||
runQunitPuppeteer({
|
||||
targetUrl: `file://${path.join(__dirname, filename)}`,
|
||||
timeout: 10000,
|
||||
redirectConsole: true,
|
||||
redirectConsole: false,
|
||||
puppeteerArgs: ['--allow-file-access-from-files']
|
||||
})
|
||||
.then(result => {
|
||||
|
||||
Reference in New Issue
Block a user