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
053eeac1c7
bigbluebutton-Github
/
bigbluebutton-tests
/
puppeteer
/
presentation.test.js
4 lines
101 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
presentationTest
=
require
(
'./presentation.obj'
)
;
Structured the tests in modules
2018-11-23 20:55:16 +08:00
rewrite test files to execute imported test specs as objects
2020-08-06 04:12:57 +08:00
describe
(
'Presentation'
,
presentationTest
)
;
Reference in New Issue
Copy Permalink