()
| 160 | }); |
| 161 | describe('when the parsed config has missing required fields', () => { |
| 162 | const getConfigWithMissingFields = () => ({ |
| 163 | port: 12345, |
| 164 | }); |
| 165 | it('should replace an old config file with new ones and throw an error then if ignoreMissingFields=false', async () => { |
| 166 | const stencilConfig = getConfigWithMissingFields(); |
| 167 | const loggerStub = getLoggerStub(); |
no outgoing calls
no test coverage detected