Skip to content
#

jasmine

Here are 930 public repositories matching this topic...

kenjiuno
kenjiuno commented Jun 12, 2019

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()
wzup
wzup commented Mar 4, 2020

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

public
foxbunny
foxbunny commented Mar 11, 2019

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:

![image](https://user-images.githubuserc

emyann
emyann commented Sep 26, 2018

Preset Pattern:
1.Application Type -> 2.Bundler -> 3.Test Framework -> 4.Publishing -> 5.CI -> 6.CD

create-ts-lib --preset default  my-package
create-ts-lib --preset minimal my-package

Where

  • default
    1.Typescript, 2.Webpack, 3.Karma+Jasmine, 4.Semantic Release, 5.CircleCI
  • minimal
    1.Typescript, 2.None, 3.None, 4.None, 5.None

Or

create
silkentrance
silkentrance commented Nov 6, 2019

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

greghaskins
greghaskins commented Feb 1, 2016

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"
  • [

Improve this page

Add a description, image, and links to the jasmine topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the jasmine topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.