UNPKG
export-xlsx
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
export excel
github.com/zmecust/export-xlsx
zmecust/export-xlsx
export-xlsx
/
test
/
index.js
9 lines
(7 loc)
•
105 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
;
describe
(
'export excel'
,
() =>
{
it
(
'test'
,
done
=>
{
// todo
done
(); }); });