-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I install this with typings? #6
Comments
You can do:
These definitions can not be published to NPM, we're waiting on microsoft/types-publisher#4. |
Thanks. I've installed this, but intellisense still isn't working in vscode. When I type in typings.json {
"dependencies": {
"nightwatch": "registry:npm/nightwatch#1.0.0+20170319203500"
}
} tests/test.spec.js /// <reference path="../typings/index.d.ts" />
module.exports = {
'Make sure the tests work': (browser) => {
browser
.url('http://google.co.uk')
.waitForElementVisible('body')
.end()
}
} It I take out the |
I've also tried using the typings autoinstaller extension but that also hasn't made a difference |
No description provided.
The text was updated successfully, but these errors were encountered: