list.agi 132 B

12345678
  1. /*
  2. Unit Testing Module for AGI
  3. */
  4. requirelib("appdata");
  5. var tests = appdata.listDir("UnitTest/backend/");
  6. sendJSONResp(tests);