Skip to content

Commit f92039c

Browse files
Adapt to master branch
1 parent be548e7 commit f92039c

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

test/unit/index.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ describe('Index', () => {
1414
'media',
1515
'messageArea',
1616
'infiniteMessageArea',
17+
'pad',
1718
'preferences',
1819
'store',
1920
'style',
@@ -24,8 +25,6 @@ describe('Index', () => {
2425
'dom',
2526
'rdf',
2627
'log',
27-
'pad',
28-
'participation',
2928
'tabs'
3029
])
3130
})

test/unit/participation.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import widgets from '../../src/widgets'
22
import { JSDOM } from 'jsdom'
3-
import * as participation from '../../src/participation'
3+
import * as participation from '../../src/pad'
44

55
const window = new JSDOM('<!DOCTYPE html><p>Hello world</p>').window
66
const dom = window.document

0 commit comments

Comments
 (0)