Skip to content

Commit e2ef8ee

Browse files
author
Lijun Zhang
committed
DM-6438: commented out the problem lines in TablesCntlr-test.js
1 parent 6ad4b0b commit e2ef8ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/firefly/js/tables/__test__/TablesCntlr-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
import {expect} from 'chai';
44
import {assert} from 'chai';
55

6-
import { makeTblRequest} from '../TableUtil.js';
6+
//mport { makeTblRequest} from '../TableUtil.js';
77

88
describe('A test suite for tables/TablesCntlr.js', function () {
99
var request;
1010

1111
/* run once before testing */
1212
before(() => {
13-
request = makeTblRequest('IpacTableFromSource');
13+
// request = makeTblRequest('IpacTableFromSource');
1414
}
1515
);
1616
/* run once testing is done */

0 commit comments

Comments
 (0)