This repository has been archived by the owner on May 2, 2020. It is now read-only.
forked from instructure/canvas-lms
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: I454d9ffbbb0628ce30acba39b711ae1459f33965 Reviewed-on: https://gerrit.instructure.com/57055 Reviewed-by: Clay Diffrient <[email protected]> Product-Review: Clay Diffrient <[email protected]> QA-Review: Clay Diffrient <[email protected]> Tested-by: Jenkins
- Loading branch information
Showing
3 changed files
with
25 additions
and
14 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
define([], () => { | ||
module("Example JSX Spec"); | ||
|
||
test("this is true", () => { | ||
equal(true, true, "yep"); | ||
}); | ||
}); |