We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24a00d4 commit 92c7abfCopy full SHA for 92c7abf
tests/managers/index.js
@@ -18,10 +18,10 @@ describe('ManagerTests', function () {
18
appWebSocketServer.on('connection', function (connection) {
19
console.log('Connection');
20
const appClient = new AppClient(connection, async (teardown) => {
21
- await textAndGraphicManagerTests(appClient);
+ textAndGraphicManagerTests(appClient);
22
permissionManagerTests(appClient);
23
softButtonManagerTests(appClient);
24
- await screenManagerTests(appClient);
+ screenManagerTests(appClient);
25
lifecycleManagerTests(appClient);
26
fileManagerTests(appClient);
27
taskTests(appClient);
0 commit comments