mirror of
				https://github.com/AmberGraceRblx/luau-promise.git
				synced 2025-11-03 19:49:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			No EOL
		
	
	
		
			323 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			No EOL
		
	
	
		
			323 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
stds.roblox = {
 | 
						|
	read_globals = {
 | 
						|
		"script", "spawn", "warn", "Instance",
 | 
						|
	}
 | 
						|
}
 | 
						|
 | 
						|
stds.testez = {
 | 
						|
	read_globals = {
 | 
						|
		"describe",
 | 
						|
		"it", "itFOCUS", "itSKIP",
 | 
						|
		"FOCUS", "SKIP", "HACK_NO_XPCALL",
 | 
						|
		"expect",
 | 
						|
	}
 | 
						|
}
 | 
						|
 | 
						|
ignore = {
 | 
						|
	"212", -- unused arguments
 | 
						|
}
 | 
						|
 | 
						|
std = "lua51+roblox"
 | 
						|
 | 
						|
files["**/*.spec.lua"] = {
 | 
						|
	std = "+testez",
 | 
						|
} |