mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
test: client: dom: index: migrate to ESM
This commit is contained in:
parent
0054cfa363
commit
9e65c52ff1
1 changed files with 2 additions and 6 deletions
|
|
@ -1,9 +1,5 @@
|
|||
'use strict';
|
||||
|
||||
require('css-modules-require-hook/preset');
|
||||
|
||||
const {test, stub} = require('supertape');
|
||||
const {getCSSVar, goToDirectory} = require('./index.mjs');
|
||||
import {test, stub} from 'supertape';
|
||||
import {getCSSVar, goToDirectory} from './index.mjs';
|
||||
|
||||
globalThis.CloudCmd = {};
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue