Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MeisterTR committed Apr 30, 2019
1 parent b7354ea commit 5f2432c
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 1,410 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ os:

language: node_js
node_js:
- '6'
- '8'
- '10'

Expand All @@ -25,8 +24,8 @@ before_script:
- export NPMVERSION=$(echo "$($(which npm) -v)"|cut -c1)
- 'if [[ $NPMVERSION == 5 ]]; then npm install -g npm; fi'
- npm -v
- npm install [email protected]
- 'npm install https://github.com/ioBroker/ioBroker.js-controller/tarball/master --production'
script:
- npm run test:package
- npm run test:iobroker
- npm run test:unit
- export DEBUG=testing:*
- npm run test:integration
2 changes: 1 addition & 1 deletion lib/adapter-config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import { native } from '../io-package.json';

type _AdapterConfig = Partial<typeof native>;
type _AdapterConfig = typeof native;

// Augment the globally declared type ioBroker.AdapterConfig
declare global {
Expand Down
Loading

0 comments on commit 5f2432c

Please sign in to comment.