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

refactor(tests): remove reliance on RequireJS #2306

Merged
merged 3 commits into from
Apr 26, 2019
Merged

Conversation

marcoscaceres
Copy link
Contributor

@marcoscaceres marcoscaceres commented Apr 22, 2019

Removes MOST of the reliance on RequireJS. However, the worker script is still a problem because !text :( Will need to figure something out for that, but this gets us most of the way there.

@marcoscaceres marcoscaceres marked this pull request as ready for review April 26, 2019 06:34
@marcoscaceres marcoscaceres requested a review from saschanaz April 26, 2019 06:34
@@ -62,22 +62,4 @@ describe("W3C — Conformance", () => {
const doc = await makeRSDoc(ops);
expect(doc.querySelectorAll("#conformance .rfc2119").length).toBe(0);
});

it("emits end event", async () => {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Don't really care for this as external events are deprecated.

@saschanaz
Copy link
Collaborator

I have figured out that !text thing in #2233, maybe we could use that pattern.

Copy link
Collaborator

@saschanaz saschanaz left a comment

Choose a reason for hiding this comment

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

👍👍👍👍😲🎉

@marcoscaceres
Copy link
Contributor Author

Ok, let’s get this in now and then do the magic from #2233

@marcoscaceres marcoscaceres merged commit 6c943dc into develop Apr 26, 2019
@saschanaz saschanaz deleted the remove_require branch April 26, 2019 06:56
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