1 2 3 4 5 6 7 8 9 10 11 12
extend("test") slog("The following are all of the tests in the tests/ folder being run. Failing tests are towards the bottom.") test:all( [ errors_only: true, colorize:false ], () => {} )