All checks were successful
Co-authored-by: Jeffrey Smith <jasafpro@gmail.com> Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
11 lines
283 B
JavaScript
11 lines
283 B
JavaScript
/**
|
|
* ICD Test Runner — CRUD Tier (No-op)
|
|
*
|
|
* Each CRUD group now registers its own sw.testing.suite() directly
|
|
* (e.g., 'icd/crud-channels', 'icd/crud-notes'). This file is retained
|
|
* for module loader compatibility but does nothing.
|
|
*/
|
|
(function () {
|
|
'use strict';
|
|
})();
|