More tests for context module Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
		
			
				
	
	
		
			13 lines
		
	
	
		
			271 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			271 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
module.exports = {
 | 
						|
  clearMocks: false,
 | 
						|
  moduleFileExtensions: ['js', 'ts'],
 | 
						|
  setupFiles: ["dotenv/config"],
 | 
						|
  testEnvironment: 'node',
 | 
						|
  testMatch: ['**/*.test.ts'],
 | 
						|
  testRunner: 'jest-circus/runner',
 | 
						|
  transform: {
 | 
						|
    '^.+\\.ts$': 'ts-jest'
 | 
						|
  },
 | 
						|
  verbose: false
 | 
						|
}
 |