11 lines
459 B
Lua
11 lines
459 B
Lua
|
|
-- This file is used to test framework error handling behavior
|
||
|
|
-- It is commented out by default to avoid running during normal test execution
|
||
|
|
-- Uncomment to verify that the test framework properly handles describe block failures
|
||
|
|
|
||
|
|
-- describe('Bad test', function()
|
||
|
|
-- it('should fail', function()
|
||
|
|
-- local player = xi.test.world:spawnPlayer({ zone = xi.zone.WEST_RONFAURE })
|
||
|
|
-- player.assert:inZone(xi.zone.AL_ZAHBI)
|
||
|
|
-- end)
|
||
|
|
-- end)
|