forked from instructure/canvas-lms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
closes CORE-2329 There were some tests that were expecting a snapshot-like value where it expected `new Date().toLocaleDateString()` to give something Like “2016-7-11” but that was actually wrong. If you do `new Date().toLocaleDateString()` in a browser it will give you something like “7/11/2016”. And this new version of node matches what a real browser would have done, so I just updated the specs so they are looking for the correct format. This change does not actually reflect a change in what a real user would see. Just what jest/jsdom/node formats it as. Test Plan: - check to make sure that the assignments 2 availability dates component produces markup exactly as it did before - Automated tests pass - Build canvas locally, everything passes. - Build canvas with docker, everything passes. Change-Id: I74285cd6d9b251ca60ab79396e332cc3a419bcee Reviewed-on: https://gerrit.instructure.com/177198 Tested-by: Jenkins Reviewed-by: Brent Burgoyne <[email protected]> QA-Review: Brent Burgoyne <[email protected]> Product-Review: Brent Burgoyne <[email protected]> Product-Review: Ryan Shaw <[email protected]>
- Loading branch information
1 parent
7f89a9b
commit ade362e
Showing
30 changed files
with
668 additions
and
650 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v8.10.0 | ||
v10.15.3 |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.