warframe
Test suite statusPassed
Scribunto test cases0/0
Code coverage0/5

Unit test report for DamageTypes.

Scribunto test cases

Visual test cases

{{#invoke:DamageTypes|damagetable|Impact}}

Script error: The function "damagetable" does not exist.


{{#invoke:DamageTypes|healthtable|Ferrite Armor}}

Script error: The function "healthtable" does not exist.

Scribunto tests code


return {
	damagetable = {
		options = {
			mode = 'invocation',
		},
		tests = {

		},
	},
	healthtable = {
		options = {
			mode = 'invocation',
		},
		tests = {

		},
	},
	tabbertable = {
		options = {
			mode = 'invocation',
		},
		tests = {

		},
	},
}