Skip to content

Commit

Permalink
tests(tests): add types for yeoman-assert
Browse files Browse the repository at this point in the history
  • Loading branch information
anshumanv committed Feb 22, 2020
1 parent 609c812 commit a402d96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/generators/__tests__/init-generator.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { join } from 'path';
import { run } from 'yeoman-test';
import * as assert from 'yeoman-assert';
import { run } from 'yeoman-test';
import { join } from 'path';

describe('init generator', () => {
it('generates a webpack project config', async () => {
Expand Down
6 changes: 3 additions & 3 deletions packages/generators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"@types/mkdirp": "0.5.2",
"@types/node": "12.7.2",
"@types/webpack-dev-server": "3.1.7",
"@types/yeoman-assert": "^3.1.1",
"@types/yeoman-generator": "3.1.4",
"@types/yeoman-test": "2.0.3",
"@types/yeoman-assert": "^3.1.1",
"typescript": "3.5.3",
"yeoman-test": "2.1.0",
"yeoman-assert": "^3.1.1"
"yeoman-assert": "^3.1.1",
"yeoman-test": "2.1.0"
},
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit a402d96

Please sign in to comment.