forked from mirrors/gecko-dev
		
	MozReview-Commit-ID: 5KC23kzaCFN --HG-- extra : rebase_source : 6a7541b5ffe85d275bc16194c155ad43f93d52ae
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			255 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			255 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
"use strict";
 | 
						|
 | 
						|
module.exports = {
 | 
						|
  "extends": "plugin:mozilla/xpcshell-test",
 | 
						|
 | 
						|
  "env": {
 | 
						|
    // The tests in this folder are testing based on WebExtensions, so lets
 | 
						|
    // just define the webextensions environment here.
 | 
						|
    "webextensions": true
 | 
						|
  }
 | 
						|
};
 |