forked from sheetjs/sheetjs
8 lines
185 B
JavaScript
8 lines
185 B
JavaScript
|
var XLSX = require('../');
|
|||
|
var testCommon = require('./Common.js');
|
|||
|
|
|||
|
var file = 'חישוב_נקודות_זיכוי.xlsx';
|
|||
|
|
|||
|
describe(file, function () {
|
|||
|
testCommon(file);
|
|||
|
});
|