jasmine-npm icon indicating copy to clipboard operation
jasmine-npm copied to clipboard

A jasmine runner for node projects.

Results 6 jasmine-npm issues
Sort by recently updated
recently updated
newest added

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...

help needed
jsLoader

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...

Feature Request
needs more information

## 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...

Feature Request
help needed

# 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...

help needed
jsLoader

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...

help needed

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...

help needed