generated from CodeYourFuture/Module-Template
-
-
Notifications
You must be signed in to change notification settings - Fork 202
London | 25-ITP-Sept | Samuel Tarawally | Sprint 3 | Alarm Clock #928
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.2.0 to 4.3.3. - [Changelog](https://github.com/adobe/css-tools/blob/main/History.md) - [Commits](https://github.com/adobe/css-tools/commits) --- updated-dependencies: - dependency-name: "@adobe/css-tools" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.4 to 7.24.5. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.5/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.4. - [Release notes](https://github.com/salesforce/tough-cookie/releases) - [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md) - [Commits](salesforce/tough-cookie@v4.1.2...v4.1.4) --- updated-dependencies: - dependency-name: tough-cookie dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…pm_and_yarn/adobe/css-tools-4.3.3 Bump @adobe/css-tools from 4.2.0 to 4.3.3
…pm_and_yarn/babel/traverse-7.24.5 Bump @babel/traverse from 7.21.4 to 7.24.5
…pm_and_yarn/tough-cookie-4.1.4 Bump tough-cookie from 4.1.2 to 4.1.4
Bumps [ws](https://github.com/websockets/ws) from 8.13.0 to 8.17.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.13.0...8.17.1) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…xtensions Add recommended VS Code extensions
…ect-tasks-from-js2-module Remove legacy tasks copied from the old js2 module and add correct ones
…pm_and_yarn/ws-8.17.1 Bump ws from 8.13.0 to 8.17.1
* Fix up typos in exercises * Update a bunch of week-1s to Sprint-1s * Use toEqual not toBe * Add a bit more scaffolding for exports and requires, as we currently don't reliably teach this. * Add a few more edge cases to test for * Move root package.json to Sprint-3 directory, because that's the set of tests it hard-codes as modules, and rework instructions to not assume you're installing stuff in the root of the repo. * Change refactor exercises from implementing `find` to implementing `includes` - because `find` returns the index, I would consider it better implemented with a for-with-index loop than a for..of loop. `includes` does not share this property.
* Add package-lock.json * Misc copy edits and typo fixes * Add extension to in-sprint querystring parsing
Thanks to @Grajales-K ! ⭐
* Update tests for Sprint 1 'fix median' task * Update tests for Sprint 1 'fix' exercise with median * Add tests to check for errors and mixed arrays (advanced implementation of median) * Update exercise file to provide hint for solution
Also changed the array in "doesn't modify the input array" to an unsorted array.
…#570) * Move Jest configuration to root of Sprint-3 directory - Allows using the Jest testing extension in VS Code or the terminal - Deduplicates repeated configuration * Move test dependencies to dev * Get workspaces from package file
Co-authored-by: Daniel Wagner-Hall <dawagner@gmail.com>
Co-authored-by: Daniel Wagner-Hall <dawagner@gmail.com>
Co-authored-by: Daniel Wagner-Hall <dawagner@gmail.com>
Co-authored-by: Daniel Wagner-Hall <dawagner@gmail.com>
Update todo-list to demonstrate testing with ESM
6 tasks
d6d7bf2 to
fcc0cfb
Compare
fcc0cfb to
68ba72c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Learners, PR Template
Self checklist
Changelist