Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

fix: pull in preconfigured chai from interface tests #2510

Merged
merged 1 commit into from
Oct 4, 2019

Conversation

achingbrain
Copy link
Member

This is to work around chaijs/chai#1298

Fundamentally we cannot pull in chai and add plugins to it without being careful of the order of those plugins as it's a singleton.

All we're really interested in is the expect function to just get the preconfigured one from the interface tests.

This is to work around chaijs/chai#1298

Fundamentally we cannot pull in chai and add plugins to it without
being careful of the order of those plugins as it's a singleton.

All we're really interested in is the `expect` function to just get
the preconfigured one from the interface tests.
@achingbrain achingbrain force-pushed the use-preconfigured-chai-from-interface-tests branch from cfd7cb3 to b373ce3 Compare October 4, 2019 11:48
@achingbrain achingbrain merged commit 8c01259 into master Oct 4, 2019
@achingbrain achingbrain deleted the use-preconfigured-chai-from-interface-tests branch October 4, 2019 14:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant