There was an error while loading. Please reload this page.
1 parent 5c00970 commit 4cb85a0Copy full SHA for 4cb85a0
src/util/source-maps.spec.ts
@@ -5,17 +5,6 @@ import * as helpers from './helpers';
5
6
describe('source maps', () => {
7
describe('purgeSourceMapsIfNeeded', () => {
8
- it('should return a resolved promise when purging source maps isnt needed', () => {
9
- // arrange
10
- let env: any = {};
11
- env[Constants.ENV_VAR_GENERATE_SOURCE_MAP] = 'true';
12
- process.env = env;
13
- // act
14
- const resultPromise = sourceMaps.purgeSourceMapsIfNeeded(null);
15
- // assert
16
- return resultPromise;
17
- });
18
-
19
it('should return a promise call unlink on all files with a .map extensin', () => {
20
// arrange
21
let env: any = {};
0 commit comments