Files
nebula.js/jest.setup.js
Ahmad Mirzaei 58e375820c test: unit tests for commands/serve/web/connect.js file (#937)
* refactor: `connect()` and `openApp()`

* test: connect function covered

* chore: renaming jests test commands

* chore: adding override rule for non `commands/serve` directories to skip jest rules

* test: openApp() covered

* test: `getConnectionInfo()` covered

* test: covering parseEngineURL() and getParams()

* chore: switching jest test files to `.inspect` to prevent conflict with aw
2022-09-27 13:21:17 +02:00

4 lines
88 B
JavaScript

import '@testing-library/jest-dom';
import 'whatwg-fetch';
import 'jest-location-mock';