-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add build and test scripts for the qwik-ci
- Loading branch information
1 parent
e92aee4
commit 6e7a141
Showing
5 changed files
with
560 additions
and
530 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
11 changes: 11 additions & 0 deletions
11
packages/cli/src/generators/init/__snapshots__/init-generator.spec.ts.snap
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,11 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`init generator | ||
GIVEN empty options and tree | ||
WHEN initGenerator is run | ||
THEN it should create a config file with the default values 1`] = `"{"componentsRoot":"src/components/ui"}"`; | ||
|
||
exports[`init generator | ||
GIVEN project root of "/my-project" | ||
WHEN initGenerator is run | ||
THEN it should create the config file inside my-project 1`] = `"{"componentsRoot":"/my-project/src/components/ui"}"`; |
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.