Skip to content

molnarmark/fay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Fay

Work in progress Unit testing library for Multi Theft Auto

Example

Fay {
  it("should check if Fay is working correctly", function(sertify)
    local ped = createPed(310, 5, 10, 15)
    sertify:expect(5):toBe(5)
    sertify:expect({1, 2, 3}):atIndex(2):toBe(5)
    sertify:expect(ped):toBeAnElement()
  end)
}

About

WIP unit testing in Multi Theft Auto

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages