forked from mirrors/gecko-dev
		
	MozReview-Commit-ID: LH0CQOPfoe6 --HG-- extra : rebase_source : 83eaf40c5cbb5e25cfb3f3b5afadf4fbf0422c92
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			128 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			128 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
"use strict";
 | 
						|
 | 
						|
module.exports = {
 | 
						|
  "extends": [
 | 
						|
    "plugin:mozilla/browser-test",
 | 
						|
    "plugin:mozilla/mochitest-test",
 | 
						|
  ]
 | 
						|
};
 |