From 46b6df0f62ed394ceed46cce66f4ef18b08db4f8 Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Sat, 25 Nov 2023 23:25:30 +0800 Subject: [PATCH] f --- test/category.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/category.test.js b/test/category.test.js index 9059e0b..8631f04 100644 --- a/test/category.test.js +++ b/test/category.test.js @@ -41,7 +41,7 @@ describe('test/category.test', () => { assert(/# simple-app/.test(content)); }); - it('should work with prompt', async () => { + it.skip('should work with prompt', async () => { helper.mock([[ 'simple-app', 'this is xxx', 'TZ', helper.KEY_ENTER, 'test', helper.KEY_ENTER ]]); const boilerplatePath = path.join(__dirname, 'fixtures/simple-test'); await command.run(tmp, [ 'simple-app', '--force', '--template=' + boilerplatePath ]);