ember-source
Version:
A JavaScript framework for creating ambitious web applications
7 lines (5 loc) • 303 B
JavaScript
import { E as EmberTesting } from '../shared-chunks/public-api-C3KlJmEr.js';
import { registerTestImplementation } from '../@ember/test/index.js';
export { default as Adapter } from './lib/adapters/adapter.js';
export { default as Test } from './lib/test.js';
registerTestImplementation(EmberTesting);