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
/
chat.test.js
4 lines
69 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
chatTest
=
require
(
'./chat.obj'
)
;
Refactored chat message test and included chat clear
2018-11-22 04:58:45 +08:00
rewrite test files to execute imported test specs as objects
2020-08-06 04:12:57 +08:00
describe
(
'Chat'
,
chatTest
)
;
Reference in New Issue
Copy Permalink