describe("nextfile", function() local nextfile = require "nextfile" it("returns true", function() assert.is_true(nextfile.nextfile()) end) end)