forked from sheetjs/sheetjs
9 lines
209 B
JavaScript
9 lines
209 B
JavaScript
var XLSX = require('../');
|
|
var testCommon = require('./Common.js');
|
|
|
|
var file = 'formula_stress_test.xlsx';
|
|
|
|
describe(file, function () {
|
|
// Opening the file currently crashes node
|
|
//testCommon(file);
|
|
}); |