Removed unused JSDOM dependency

This commit is contained in:
Sebastian Qvarfordt
2020-06-30 13:22:10 +02:00
parent 3c8f32e45b
commit 0ed5a1cd77
3 changed files with 0 additions and 24 deletions
-3
View File
@@ -14,9 +14,6 @@
* limitations under the License.
*/
// @ts-ignore
import { JSDOM } from 'jsdom';
import FIXTURE_STANDARD_PAGE from './fixtures/mkdocs-index';
import transformer from '../reader/transformers';
import type { Transformer } from '../reader/transformers';