Skip to content

Commit

Permalink
chore(build): Node to current
Browse files Browse the repository at this point in the history
  • Loading branch information
prb28 committed Sep 15, 2018
1 parent 5541342 commit ed5c27a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
install:
- ps: Install-Product node 10.0.0 x64
- ps: Install-Product node Current x64
- npm install -g npm@4 --silent
- npm install -g vsce
- npm install
Expand Down
2 changes: 1 addition & 1 deletion src/test/extension.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ describe("Global Extension Tests", function () {
}
});
});
describe("Calc comand", function () {
describe("Commands", function () {
before(async () => {
this.timeout(60000);
// activate the extension
Expand Down

0 comments on commit ed5c27a

Please sign in to comment.