Skip to content
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

Convert browser tests #645

Merged
merged 23 commits into from
Jul 11, 2024
Merged

Convert browser tests #645

merged 23 commits into from
Jul 11, 2024

Conversation

craigbeck
Copy link
Contributor

Convert browser tests to use jsdom based test runner so they are run with other tests.

@craigbeck craigbeck marked this pull request as ready for review July 11, 2024 21:03
expect(page.nested[0]).instanceof(Item);
expect(page.nested[0].markerNode.nextSibling).html('<div></div>');
expect(fragment).html('<div></div>');
});

it('HTML element `as-object` property', function() {
var app = derby.createApp();
async function nextTick() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's add a comment explaining why this is needed in these tests:

process.nextTick(function deleteProperty() {

@craigbeck craigbeck merged commit bcdbeac into master Jul 11, 2024
5 checks passed
@craigbeck craigbeck deleted the convert-browser-tests branch July 11, 2024 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants