This repository has been archived by the owner on Jul 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 363
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add JS unit tests using Karma, Mocha, and Chai * Update normalize scss to v7 * Switch to Jest for testing * Update settings for header section * Fixes based on Chris' PR comments * Add commented settings_data.json to ignore of config * Make sure image scales with range setting
- Loading branch information
Showing
11 changed files
with
1,590 additions
and
372 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 |
---|---|---|
|
@@ -21,5 +21,5 @@ dependencies: | |
test: | ||
pre: | ||
- slate build | ||
override: | ||
post: | ||
- slate test |
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,5 @@ | ||
module.exports = { | ||
globals: { | ||
slate: {} | ||
}, | ||
}; |
Oops, something went wrong.