-
Notifications
You must be signed in to change notification settings - Fork 74
Move tests to test-app #490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
90d5607 to
e6178dc
Compare
- Imported Bootstrap CSS and glyphicons for styling support. - Updated loading spinner background to use SVG and adjusted size. - Added Bootstrap as a dependency in package.json.
e6178dc to
2f2c1c9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't believe vertical-collection is currently compatible with 0.5.0 of ember-raf-scheduler
so this is from 0.3.0.
Will attempt to remove / fix during the v2 addon conversion
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(ember-raf-scheduler may also get inlined into vertical-collection, since it's one file --- depending on how much trouble it gives me)
Here is the run with both old test app (dummy app), and the new test app (modernish vite app)
I've since removed all the (what now would be duplicate tests) from the dummy app.
In the next PR, we'll convert vertical collections to a v2 addon finally