mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Update mfm.ts
This commit is contained in:
		
							parent
							
								
									26c327145f
								
							
						
					
					
						commit
						f7c8e31b36
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -1,7 +1,11 @@
 | 
			
		|||
/*
 | 
			
		||||
 * Tests of MFM
 | 
			
		||||
 *
 | 
			
		||||
 * How to run the tests:
 | 
			
		||||
 * > mocha test/mfm.ts --require ts-node/register
 | 
			
		||||
 *
 | 
			
		||||
 * To specify test:
 | 
			
		||||
 * > mocha test/mfm.ts --require ts-node/register -g 'test name'
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
import * as assert from 'assert';
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue