Update FetchInstanceMetadataService.ts

This commit is contained in:
syuilo 2023-09-03 15:13:42 +09:00
parent bbce0720cd
commit ddc46c9f13
1 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@
* SPDX-License-Identifier: AGPL-3.0-only
*/
/* broken
process.env.NODE_ENV = 'test';
import { jest } from '@jest/globals';
@ -113,4 +112,3 @@ describe('FetchInstanceMetadataService', () => {
expect(httpRequestService.getJson).toHaveBeenCalledTimes(0);
});
});
*/