Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

test-helper.js 228 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
  1. import Application from '../app';
  2. import config from '../config/environment';
  3. import { setApplication } from '@ember/test-helpers';
  4. import { start } from 'ember-qunit';
  5. setApplication(Application.create(config.APP));
  6. start();
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...