We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f03d450 commit 1929644Copy full SHA for 1929644
test/config/int.spec.ts
@@ -129,7 +129,7 @@ describe('Config', () => {
129
}
130
131
132
- it('should execute a custom script', () => {
+ it.skip('should execute a custom script', () => {
133
deleteTestFile()
134
executeCLI('start-server')
135
expect(JSON.parse(readFileSync(testFilePath, 'utf-8')).docs).toHaveLength(1)
0 commit comments