fix comment
This commit is contained in:
		
							parent
							
								
									9b010074e1
								
							
						
					
					
						commit
						aaa40e34c3
					
				
					 2 changed files with 4 additions and 4 deletions
				
			
		|  | @ -2,10 +2,10 @@ | |||
|  * Tests for Fetch resource | ||||
|  * | ||||
|  * How to run the tests: | ||||
|  * > TS_NODE_FILES=true TS_NODE_TRANSPILE_ONLY=true npx mocha test/fetch-resource.ts --require ts-node/register | ||||
|  * > npx cross-env TS_NODE_FILES=true TS_NODE_TRANSPILE_ONLY=true npx mocha test/fetch-resource.ts --require ts-node/register | ||||
|  * | ||||
|  * To specify test: | ||||
|  * > TS_NODE_FILES=true TS_NODE_TRANSPILE_ONLY=true npx mocha test/fetch-resource.ts --require ts-node/register -g 'test name' | ||||
|  * > npx cross-env TS_NODE_FILES=true TS_NODE_TRANSPILE_ONLY=true npx mocha test/fetch-resource.ts --require ts-node/register -g 'test name' | ||||
|  */ | ||||
| 
 | ||||
| process.env.NODE_ENV = 'test'; | ||||
|  |  | |||
|  | @ -2,10 +2,10 @@ | |||
|  * Tests for detection of file information | ||||
|  * | ||||
|  * How to run the tests: | ||||
|  * > TS_NODE_FILES=true npx mocha test/get-file-info.ts --require ts-node/register | ||||
|  * > npx cross-env TS_NODE_FILES=true npx mocha test/get-file-info.ts --require ts-node/register | ||||
|  * | ||||
|  * To specify test: | ||||
|  * > TS_NODE_FILES=true npx mocha test/get-file-info.ts --require ts-node/register -g 'test name' | ||||
|  * > npx cross-env TS_NODE_FILES=true npx mocha test/get-file-info.ts --require ts-node/register -g 'test name' | ||||
|  */ | ||||
| 
 | ||||
| import * as assert from 'assert'; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue