4 Star 2 Fork 0

mirrors_jspreadsheet/ce

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mocha.config.cjs 498 Bytes
一键复制 编辑 原始数据 按行查看 历史
support 提交于 2023-05-21 10:41 . 4.13.2 merge PR
#! /usr/bin/env node
require('jsdom-global')(undefined, { url: 'https://localhost' });
const jSuites = require("jsuites");
global.jSuites = jSuites;
const jspreadsheet = require("./src/index.js");
global.jspreadsheet = jspreadsheet;
global.root = document.createElement('div');
global.root.style.width = '100%';
global.root.style.height = '100%';
document.body.appendChild(global.root);
exports.mochaHooks = {
afterEach(done) {
jspreadsheet.destroy(root);
done();
},
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_jspreadsheet/ce.git
git@gitee.com:mirrors_jspreadsheet/ce.git
mirrors_jspreadsheet
ce
ce
master

搜索帮助