Skip to content

Commit

Permalink
test: fixed tests with rename
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 2, 2018
1 parent 9d6916a commit 6bbee85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/commands/version.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {expect, test} from '@anycli/test'
const pjson = require('../../package.json')

describe('version', () => {
const stdout = `@anycli/version/${pjson.version} (${process.platform}-${process.arch}) node-${process.version}\n`
const stdout = `@anycli/plugin-version/${pjson.version} (${process.platform}-${process.arch}) node-${process.version}\n`

test
.stdout()
Expand Down
2 changes: 1 addition & 1 deletion test/hooks/init.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {expect, test} from '@anycli/test'
const pjson = require('../../package.json')

describe('hooks:init', () => {
const stdout = `@anycli/version/${pjson.version} (${process.platform}-${process.arch}) node-${process.version}\n`
const stdout = `@anycli/plugin-version/${pjson.version} (${process.platform}-${process.arch}) node-${process.version}\n`

test
.stdout()
Expand Down

0 comments on commit 6bbee85

Please sign in to comment.