mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-21 22:05:55 +02:00
refactored tests
This commit is contained in:
@@ -5,10 +5,6 @@
|
||||
<meta charset="utf-8">
|
||||
|
||||
<title>reveal.js - Test Markdown</title>
|
||||
|
||||
<link rel="stylesheet" href="../dist/reveal.css">
|
||||
<link rel="stylesheet" href="../node_modules/qunit/qunit/qunit.css">
|
||||
<script src="../node_modules/qunit/qunit/qunit.js"></script>
|
||||
</head>
|
||||
|
||||
<body style="overflow: auto;">
|
||||
@@ -315,9 +311,12 @@
|
||||
</div>
|
||||
|
||||
<script type="module">
|
||||
import Reveal from '../js';
|
||||
import Markdown from '../plugin/markdown'
|
||||
import Highlight from '../plugin/highlight'
|
||||
import 'reveal.css';
|
||||
import 'qunit/qunit/qunit.css';
|
||||
import QUnit from 'qunit';
|
||||
import Reveal from 'reveal.js';
|
||||
import Markdown from 'reveal.js/plugin/markdown'
|
||||
import Highlight from 'reveal.js/plugin/highlight'
|
||||
|
||||
QUnit.config.testTimeout = 30000;
|
||||
|
||||
|
Reference in New Issue
Block a user