jasmine-npm
jasmine-npm copied to clipboard
A jasmine runner for node projects.
Version: `[email protected]` Operating System: Windows 10 This is a similar error to #196 if you ask me. # Likely the root of this problem Due to `loader.js` in line 16...
Hi, ### Problem I wanted to implement watching & hot reload and I faced an issue: - With Jasmine >= 4, the default is now to use `import` loading, unless...
## Current Behavior The only ways to set test timeout currently are to explicitly set `jasmine.DEFAULT_TIMEOUT_INTERVAL = // ...` in JavaScript, or to add a timeout to the specific test...
# Versions ```sh @types/[email protected] [email protected] [email protected] ``` # Issue Jasmine 4 moving to dynamic import seems to break tests that run within a path that has an encoded slash. Per...
Basically I want run jasmine command and it will run all `*spec.js` under `spec` directory. But I hate to maintain `jasmine.json` as another config file. I wonder if there's any...
This could save a lot of time when troubleshooting unexpected behavior. I was trying to set up a new project and went through this experience: 1. I created a spec...