no-jasmine-globals
Configuration
rslint.config.ts
Rule Details
Jest supports running without Jasmine globals. This rule disallows using Jasmine-specific globals and APIs in tests, and requires the Jest equivalents instead.
Examples of incorrect code for this rule:
Examples of correct code for this rule: