| 1 | import { compare, typeOf } from '@ember/utils'; |
| 2 | import EmberObject from '@ember/object'; |
| 3 | import { Comparable } from '@ember/-internals/runtime'; |
| 4 | import { moduleFor, AbstractTestCase } from 'internal-test-helpers'; |
nothing calls this directly
no test coverage detected