UNPKG

2 kBMarkdownView Raw
1## Are you creating an issue in the correct repository?
2
3- When in doubt, create an issue here.
4- If you have an issue with the Jasmine docs, file an issue in the docs repo
5 here: https://github.com/jasmine/jasmine.github.io
6- This repository is for the core Jasmine framework
7- If you are using a test runner that wraps Jasmine, consider filing an issue with that library if appropriate:
8 - [Jasmine npm](https://github.com/jasmine/jasmine-npm/issues)
9 - [Jasmine gem](https://github.com/jasmine/jasmine-gem/issues)
10 - [Jasmine py](https://github.com/jasmine/jasmine-py/issues)
11 - [Gulp Jasmine Browser](https://github.com/jasmine/gulp-jasmine-browser/issues)
12 - [Karma](https://github.com/karma-runner/karma/issues)
13 - [Grunt Contrib Jasmine](https://github.com/gruntjs/grunt-contrib-jasmine/issues)
14
15<!--- Provide a general summary of the issue in the Title above -->
16
17## Expected Behavior
18<!--- If you're describing a bug, tell us what should happen -->
19<!--- If you're suggesting a change/improvement, tell us how it should work -->
20
21## Current Behavior
22<!--- If describing a bug, tell us what happens instead of the expected behavior -->
23<!--- If suggesting a change/improvement, explain the difference from current behavior -->
24
25## Possible Solution
26<!--- Not obligatory, but suggest a fix/reason for the bug, -->
27<!--- or ideas how to implement the addition or change -->
28
29## Suite that reproduces the behavior (for bugs)
30<!--- Provide a sample suite that reproduces the bug. -->
31```javascript
32describe("sample", function() {
33});
34```
35## Context
36<!--- How has this issue affected you? What are you trying to accomplish? -->
37<!--- Providing context helps us come up with a solution that is most useful in the real world -->
38
39## Your Environment
40<!--- Include as many relevant details about the environment you experienced the bug in -->
41* Version used:
42* Environment name and version (e.g. Chrome 39, node.js 5.4):
43* Operating System and version (desktop or mobile):
44* Link to your project: