testCategories top-level constant

Map<String, List<String>> const testCategories

Implementation

const Map<String, List<String>> testCategories = {
  'core': [
    'calls.lua',
    'closure.lua',
    'constructs.lua',
    'errors.lua',
    'events.lua',
    'locals.lua',
  ],
  'api': ['api.lua'],
  'strings': ['strings.lua'],
  'tables': ['tables.lua'],
  'math': ['math.lua'],
  'io': ['files.lua'],
  'coroutines': ['coroutine.lua'],
  'gc': ['gc.lua'],
  'metamethods': ['pm.lua'],
  'modules': ['attrib.lua', 'vararg.lua'],
};