-
Notifications
You must be signed in to change notification settings - Fork 11
Feature/59 create test cases #75
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
Merged
Merged
Changes from all commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
a58f949
fix: update missing changelog plugin version
easingthemes cb06276
chore(release): 1.1.2 [skip ci]
invalid-email-address 930dc8e
feat: Updates stylelint to v14.6.1 and removes obsolete `syntax` option
59e987d
feat: Adds migration guide
30ee448
feat: Adds supported node.js versions
389bbd4
fix: Removes IE Mobile from browserlist
34c4d37
fix: Updates eslint-plugin-import because current version is not supp…
6706635
Updates package-lock
4755a9c
Adds .nvmrc file with node minimum version 16
d06c2d4
Feat: Bump major version number
raohmaru fa98a12
replaces hardcoded path separator with `path.sep`in order to make the…
raohmaru e5c2d25
test: adds test content and a configuration file to run a build test
raohmaru 2c0d333
Reviewed main README.MD
bf0344d
fix: Changes values defined in `SourceMapOptions` to match PostCSS v8…
544207d
Deletes outdated comment
ecb2291
chore(release): 1.1.3 [skip ci]
invalid-email-address 62e1f18
Replaces offensive emoji
raohmaru a9b4ad8
chore(release): 1.2.0 [skip ci]
invalid-email-address 15d9271
chore(release): 2.0.0 [skip ci]
invalid-email-address 1454c46
docs: improve documentation and fix typos
850a31a
Missing dot in the horizontal ellipsis character
04f0ee0
Fix more typos: SCSS → Scss, analyse → analyze
4b4005a
Adds docs/ folder to the `files` included in the package
7547ef7
Updates version of the module in the package-lock.json
9a0eed9
Adds a Security Policy document
9ffd3aa
Using an email address to receive vulnerabilities reports
2f729c7
Do not support security updates for versions less than 2.0
d233c9c
docs: updates company name
quicoto 26f4f6f
Add stylelint config and npm tasks for testing purposes
fdc69b9
Fix typos, improve comments
f5889f8
Remove npm test task
raohmaru d00876d
build: updates action to latest version
quicoto d2e71af
fix: Move gaze to regular depedencies
quicoto 0b10cda
docs: improves the configuration page
quicoto abc799f
chore(release): 2.0.1 [skip ci]
invalid-email-address 9cd6d0f
fix(utils): adjust custom missing destination basePath when custom so…
f5e33cc
chore(release): 2.0.2 [skip ci]
invalid-email-address 81c83f3
build: fixes high severity vulnerabilities
quicoto bc532c2
Add more tests
1c03c28
Update package-lock.json
c161f98
Merge branch 'main' into feature/59-create-test-cases-unit-test
63cd0e6
Rebuild package-lock.json with latest npm
c906e0c
Remove npm test task and rename build task
a9655af
Merge branch 'main' into feature/59-create-test-cases-unit-test
615e614
Update package-lock.json after merge with main branch
bbe1f9c
keep old log message
363cb4a
Try test task in CI/CD
b65020b
93.78 covered still in progress
FelipeSimoes 6022372
93.78 covered still in progress
FelipeSimoes 4b1591e
task test cases
FelipeSimoes 463a565
#59 last taskstest cases
FelipeSimoes 226aace
#59 last taskstest cases
FelipeSimoes f5bb066
pre-commit
FelipeSimoes 7f108cd
#59 last taskstest cases
FelipeSimoes 34d6786
#59 pre-commit hook
FelipeSimoes 01241b2
#59 clean
FelipeSimoes 0f997a1
#59 git hook
FelipeSimoes 82badd1
#59 git hook
FelipeSimoes b0d6031
#59 treeshaking test
FelipeSimoes 96f3839
#59 review
FelipeSimoes a40705b
#59 review
FelipeSimoes 314a44e
#59 review
FelipeSimoes File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| #!/bin/sh | ||
| echo "***** ******" | ||
| echo "***** Cognizant Netcentric (https://www.netcentric.biz) ******" | ||
| echo "***** ******" | ||
| echo "***** Running jest test :) ******" | ||
| echo "***** ******" | ||
|
|
||
| git stash -q --keep-index | ||
|
|
||
| npm test | ||
|
|
||
| status=$? | ||
|
|
||
| git stash pop -q | ||
|
|
||
| exit $status | ||
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.