testorio
TypeScript icon, indicating that this package has built-in type declarations

1.6.2 • Public • Published

Testorio

Testing framework for factorio mods.

describe("the factory", function()
  it("must grow", function()
    assert.is_true(get_factory_size() > old_factory_size)
  end)
end)

Getting started

See the Getting started wiki page for a quick start.


Have any questions or comments? Feel free to start a discussion on GitHub. Want to report a bug or request a feature? You can open an issue.

Readme

Keywords

Package Sidebar

Install

npm i testorio

Weekly Downloads

0

Version

1.6.2

License

MIT

Unpacked Size

8.12 kB

Total Files

5

Last publish

Collaborators

  • glassbricks