There was an error while loading. Please reload this page.
1 parent 60f731c commit 31c8e9fCopy full SHA for 31c8e9f
1 file changed
test/unit/table.test.ts
@@ -1,7 +1,13 @@
1
-const table = require('../../src/table')
+const renderTableViewPane = require('../../src/table')
2
3
describe('renderTableViewPane', () => {
4
it('exists', () => {
5
- expect(table.renderTableViewPane).toBeInstanceOf(Function)
+ expect(renderTableViewPane).toBeInstanceOf(Function)
6
})
7
+ /*
8
+ it('runs', () => {
9
+ const doc = null
10
+ const options = {}
11
+ expect(renderTableViewPane(doc, options))
12
+ }) */
13
0 commit comments