fix test
This commit is contained in:
		
							parent
							
								
									e675ffcf38
								
							
						
					
					
						commit
						702edfd3d3
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -2,11 +2,13 @@ process.env.NODE_ENV = 'test'; | |||
| 
 | ||||
| import * as assert from 'assert'; | ||||
| import rndstr from 'rndstr'; | ||||
| import { initDb } from '../src/db/postgre.js'; | ||||
| import { initTestDb } from './utils.js'; | ||||
| 
 | ||||
| describe('ActivityPub', () => { | ||||
| 	before(async () => { | ||||
| 		await initTestDb(); | ||||
| 		//await initTestDb();
 | ||||
| 		await initDb(); | ||||
| 	}); | ||||
| 
 | ||||
| 	describe('Parse minimum object', () => { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue