"Fossies" - the Fresh Open Source Software Archive
Member "Rocket.Chat-4.7.1/apps/meteor/tests/e2e/06-messaging.spec.ts" (13 May 2022, 181 Bytes) of package /linux/www/Rocket.Chat-4.7.1.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) TypeScript source code syntax highlighting (style: standard) with prefixed line numbers and code folding option.
Alternatively you can here view or download the uninterpreted source code file.
1 import{ expect, test } from '@playwright/test'; 2 3 // TODO: will be implemented soon 4 test.describe('[Messaging]', () => { 5 test.beforeAll(async() => { 6 expect(1).toBe(1); 7 }); 8 });