This website requires JavaScript.
Explore
Help
Sign In
BigBlueButton
/
bigbluebutton-Github
Watch
1
Star
0
Fork
0
You've already forked bigbluebutton-Github
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b131b7a4f0
bigbluebutton-Github
/
bigbluebutton-tests
/
puppeteer
/
sharednotes
/
sharednotes.test.js
4 lines
99 B
JavaScript
Raw
Normal View
History
Unescape
Escape
exports tests as objects and defines jest syntax from new test files
2020-08-06 02:44:17 +08:00
const
sharedNotesTest
=
require
(
'./sharednotes.obj'
)
;
adds shared notes single user test
2020-03-25 02:13:51 +08:00
rewrite test files to execute imported test specs as objects
2020-08-06 04:12:57 +08:00
describe
(
'Shared Notes '
,
sharedNotesTest
)
;
Reference in New Issue
Copy Permalink