mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
d7b630f17b
* add rules * run lint:fix * quick manual fix for lint errors * indent fix * add jsx prop multiline Co-authored-by: Dimitri Mitropoulos <dimitrimitropoulos@gmail.com>
8 lines
244 B
TypeScript
8 lines
244 B
TypeScript
// @ts-expect-error TSMIGRATION
|
|
jasmine.getEnv().addReporter({
|
|
// @ts-expect-error TSMIGRATION
|
|
specStarted: result => (jasmine.currentTest = result),
|
|
// @ts-expect-error TSMIGRATION
|
|
specDone: result => (jasmine.currentTest = result),
|
|
});
|