mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
js → javascript
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user