Remove temp tests

This commit is contained in:
Tjakka5 2020-01-03 18:02:10 +01:00
parent 0183421c47
commit e5d6e1f4b9
3 changed files with 0 additions and 16 deletions

View file

@ -1,4 +0,0 @@
local PATH = (...):gsub('%.init$', '')
require(PATH..".requireModules")
require(PATH..".entityLifetime")

View file

@ -1,12 +0,0 @@
local Concord = require("src")
assert(Concord.component
local Components = Concord.components
local System = Concord.system
local Systems = Concord.systems
local Entity = Concord.entity
local World = Concord.world
local Worlds = Concord.worlds