mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	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
 | 
					 * Tests for Fetch resource
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * How to run the tests:
 | 
					 * 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:
 | 
					 * 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';
 | 
					process.env.NODE_ENV = 'test';
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2,10 +2,10 @@
 | 
				
			||||||
 * Tests for detection of file information
 | 
					 * Tests for detection of file information
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * How to run the tests:
 | 
					 * 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:
 | 
					 * 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';
 | 
					import * as assert from 'assert';
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue