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

Reduce singleton #3164

Merged
merged 9 commits into from
Mar 17, 2017
Merged

Reduce singleton #3164

merged 9 commits into from
Mar 17, 2017

Conversation

wtgtybhertgeghgtwtg
Copy link
Contributor

Summary
Builds on #3159.
Reduces the usage of the j$ singleton and removes properties that are not used/not supported (CallTracker, SpyStrategy, isSpy, createSpyObject). It's not technically breaking, since they don't seem to have been documented, but I might want to be cautious.

Test plan
All existing tests should pass.

@cpojer cpojer merged commit 13ab6f4 into jestjs:master Mar 17, 2017
@cpojer
Copy link
Member

cpojer commented Mar 17, 2017

This is great. It's ironic how we took a single file build of Jasmine, pretty-printed it and now we are turning it back into a set of modules.

@wtgtybhertgeghgtwtg wtgtybhertgeghgtwtg deleted the reduce-singleton branch March 17, 2017 05:01
skovhus pushed a commit to skovhus/jest that referenced this pull request Apr 29, 2017
* [jest-jasmine2] Split `jasmine-light` over multiple files.

* Don't wrap things that don't need to be wrapped.

* Don't wrap things that don't need to be wrapped (again).

* Lint.

* [jest-jasmine2] Trim `jasmine` singleton.

* Adding NHL to companies that use Jest (jestjs#3163)

* Support custom platforms on jest-haste-map (jestjs#3162)

* Support custom platforms on jest-haste-map

* Run prettier

* Rebase.
tushardhole pushed a commit to tushardhole/jest that referenced this pull request Aug 21, 2017
* [jest-jasmine2] Split `jasmine-light` over multiple files.

* Don't wrap things that don't need to be wrapped.

* Don't wrap things that don't need to be wrapped (again).

* Lint.

* [jest-jasmine2] Trim `jasmine` singleton.

* Adding NHL to companies that use Jest (jestjs#3163)

* Support custom platforms on jest-haste-map (jestjs#3162)

* Support custom platforms on jest-haste-map

* Run prettier

* Rebase.
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants