js → javascript
This commit is contained in:
parent
e71280f31c
commit
cc2b95fac3
6 changed files with 8 additions and 8 deletions
|
@ -18,7 +18,7 @@ has helpers to access Electron APIs in your tests and bundles ChromeDriver.
|
|||
$ npm install --save-dev spectron
|
||||
```
|
||||
|
||||
```js
|
||||
```javascript
|
||||
// A simple test to verify a visible window is opened with a title
|
||||
var Application = require('spectron').Application
|
||||
var assert = require('assert')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue