Khan / Khan/live-editor

stop using `with` to run test code

Open
#461 2 comments 0 reactions 0 assignees View on GitHub
performance
Dominant language
JavaScript
Stars
776
Forks
180
PR merge metrics
No merged PRs in 30d

Description

Removing the remaining uses of `with` will make our test running code run faster which will allow us to have more tests in the challenges. @pamelafox

Contributor guide

No contributing guide indexed for this repository

Research direction

Search the repository for the remaining uses of `with`, then inspect the test-running code around each match. Run the relevant test suite before and after the change; done means the test runner no longer uses `with` and the tests still pass.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
testing-qa
Issue type
Refactor
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.