forked from mirrors/gecko-dev
		
	Differential Revision: https://phabricator.services.mozilla.com/D23849 --HG-- extra : moz-landing-system : lando
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			209 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			209 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
"use strict";
 | 
						|
 | 
						|
module.exports = {
 | 
						|
  "env": {
 | 
						|
    // The tests in this folder are testing based on WebExtensions, so lets
 | 
						|
    // just define the webextensions environment here.
 | 
						|
    "webextensions": true
 | 
						|
  }
 | 
						|
};
 |