jasmine
Here are 930 public repositories matching this topic...
Is there any guide on writing a launcher? Looking over the current implementations there didn't seem to be much consistency. Looking for best practices.
Pre-check
- [x ] I'm aware that I can edit the docs and submit a pull request
Describe the improvement
I'd like to report
- Unclear documentation
- A typo
- Missing documentation
- Other
Description of the improvement / report
Auto Completion page suggests ho
-
Updated
Mar 11, 2020 - JavaScript
I can obtain record list (in JSON) from server.
jsonTypes handler passes if record list is filled with designated items.
However jsonTypes handler seems to disallow empty record list: Expected '*' not found (path 'records.*')
repro/test.js:
const frisby = require('frisby'),
Joi = frisby.Joi;
it('should pass', (done) => {
frisby.fromJSON({ records: [] })
.inspectBody()/** @jsx React.createElement */ doesn't apply to babel-plugin-transform-react-jsx. I assume that the regex expression has some issue to parse 'React.createElement' pragma string.
As a result, 'h' is always [enabled, default](https://github.com/developit/karmatic/blob/5eb2c64c0600e70b86900
Configuration doesn't work in PhpStorm.
My question on StackOverflow https://stackoverflow.com/questions/60521964/how-to-configure-jest-in-phpstorm-for-react-application-create-react-app-flavor
Duplicate it here.
When I specify jest config in a separate file, jest-environment-enzyme can't parse or see it or anything.
But it can see config if I specify it in package.json, but anyway it thro
Issue description or question
The coverage markers usually remain green for the lines that contain the test declaration in Jest. This is usually not a problem until those tests are collapsed (folded). When the tests are folded, then it becomes more difficult to tell that the tests did not run just by scanning the coverage markers.
For example:
?
-
Updated
May 1, 2020 - JavaScript
The current documentation lacks information on dependency injection and best practices for doing so. Also, it misses to point out that only constructor level injection is being supported and it also misses to point out why, at the test method level or lifecycle hook level, no injection can take place.
It also misses information on the available DI containers, and why one should not make the tes
Technical Debt
-
Updated
May 16, 2020 - JavaScript
-
Updated
Nov 11, 2018 - TypeScript
Let's standardize on what Jasmine does: describe declares a "suite" and it declares a "spec".
This will make it less confusing for future users and contributors, and is especially important for ExampleSpec since that is what people see first when they find Spectrum on GitHub.
To do:
- Read/seach through Spectrum's tests to find usages and mis-usages of "suite", "spec", and "test"
- [
-
Updated
May 15, 2020 - JavaScript
-
Updated
May 17, 2020 - TypeScript
-
Updated
Oct 21, 2019 - JavaScript
-
Updated
May 16, 2020 - TypeScript
-
Updated
Mar 13, 2020 - HTML
Improve this page
Add a description, image, and links to the jasmine topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jasmine topic, visit your repo's landing page and select "manage topics."
Expected Behavior
This test should fail. It currently passes.
Current Behavior