mirror of
				https://github.com/Tencent/tmagic-editor.git
				synced 2025-11-04 02:28:04 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			200 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			200 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
module.exports = {
 | 
						|
  preset: '@vue/cli-plugin-unit-jest/presets/typescript-and-babel',
 | 
						|
 | 
						|
  moduleNameMapper: {
 | 
						|
    '^@src/(.*)$': '<rootDir>/src/$1',
 | 
						|
    '^@tests/(.*)$': '<rootDir>/tests/$1',
 | 
						|
  },
 | 
						|
};
 |