We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 827c307 commit ac3a0dfCopy full SHA for ac3a0df
test/test-app.js
@@ -5,13 +5,12 @@ const glob = require('glob');
5
const helpers = require('yeoman-test');
6
const os = require('os');
7
const path = require('path');
8
-const { rmSync } = require('fs');
9
const { spawnSync } = require('child_process');
10
11
describe('aspnet-oauth:app', () => {
12
before(async function () {
13
this.timeout(10000);
14
- return await helpers.run(path.join(__dirname, '../generators/app'))
+ await helpers.run(path.join(__dirname, '../generators/app'))
15
.withOptions({ skipInstall: true })
16
.withPrompts({
17
name: 'Foo',
0 commit comments