We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d9655 commit 7fcada2Copy full SHA for 7fcada2
1 file changed
test/test.ts
@@ -11,7 +11,7 @@ import './formulas/index';
11
12
const parser = new FormulaParser(undefined, true);
13
14
-describe.skip('Parsing Formulas 1', function () {
+describe('Parsing Formulas 1', function () {
15
let success = 0;
16
const formulas: string[] = [];
17
const failures: string[] = [];
0 commit comments