mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-10-31 10:49:00 +00:00 
			
		
		
		
	
		
			
	
	
		
			9 lines
		
	
	
		
			228 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			228 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
|   | import Application from '../app'; | ||
|  | import config from '../config/environment'; | ||
|  | import { setApplication } from '@ember/test-helpers'; | ||
|  | import { start } from 'ember-qunit'; | ||
|  | 
 | ||
|  | setApplication(Application.create(config.APP)); | ||
|  | 
 | ||
|  | start(); |