Skip to content
Snippets Groups Projects
Commit ec5c12ce authored by Bryce Johnson's avatar Bryce Johnson
Browse files

Fix markdown errors.

parent 2c9ee1bb
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -319,7 +319,7 @@ the file extension. Examples of unsupported JavaScript features are:
- Generators
- Array destructuring
- For Of
- Symbol/Symbol.iterator]
- Symbol/Symbol.iterator
- Spread
 
Until these are polyfilled or transpiled appropriately, they should not be used.
Loading
Loading
@@ -355,7 +355,7 @@ end
```
 
In Spinach, the JavaScript driver is enabled differently. In the `*.feature`
file for the failing spec, add the @javascript flag above the Scenario:
file for the failing spec, add the `@javascript` flag above the Scenario:
 
```
@javascript
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment