UNPKG

ember-cli-page-object

Version:

This ember-cli addon eases the construction of page objects on your acceptance and integration tests

12 lines (9 loc) 222 B
import { importSync } from '@embroider/macros'; let jQuery; if (window.jQuery) { jQuery = window.jQuery; } else { const jqueryImport = importSync('jquery'); jQuery = jqueryImport.default; } export { jQuery as $ };