Skip to content

Commit 7c9dbc9

Browse files
committed
f
1 parent 36056fe commit 7c9dbc9

File tree

4 files changed

+23
-1
lines changed

4 files changed

+23
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ test/fixtures/ts/node_modules/aliyun-egg/
1212
!test/fixtures/test-files-stack/node_modules/
1313
!test/fixtures/example/node_modules/
1414
!test/fixtures/example-ts-cluster/node_modules/
15+
!test/fixtures/egg-revert/node_modules/
1516
!test/fixtures/example-ts-error-stack/node_modules/
1617
!test/fixtures/egg-require/node_modules/
1718
test/fixtures/example-ts-ets/typings/

test/fixtures/egg-revert/node_modules/aliyun-egg/index.js

+15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/fixtures/egg-revert/node_modules/aliyun-egg/package.json

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/lib/cmd/dev.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ describe('test/lib/cmd/dev.test.js', () => {
177177
.end();
178178
});
179179

180-
it.only('should support egg.revert', () => {
180+
it('should support egg.revert', () => {
181181
if (version < 18) return;
182182
mm(process.env, 'NODE_ENV', 'development');
183183
return coffee.fork(eggBin, [ 'dev' ], {

0 commit comments

Comments
 (0)