Browse Source

Add conf.lua to tests;

bjorn 1 year ago
parent
commit
85a3c0325b
1 changed files with 5 additions and 0 deletions
  1. 5 0
      tests/conf.lua

+ 5 - 0
tests/conf.lua

@@ -0,0 +1,5 @@
+function lovr.conf(t)
+  t.identity = 'test'
+  t.audio.start = false
+  t.window = nil
+end