Feature/59 create test cases - #75
Merged
Merged
Conversation
## [1.1.2](v1.1.1...v1.1.2) (2022-02-14) ### Bug Fixes * change cli path ([ab31b00](ab31b00)) * update missing changelog plugin version ([151c1ea](151c1ea))
…orted by eslint v7
BREAKING CHANGE: Stylelint v14 does not include syntaxes by default Stylelint no longer includes the syntaxes to parse CSS-like languages like SCSS. Migration guide: - In your Stylelint configuration object extend a shared config like @netcentric/stylelint-config
… build work in any OS (cherry picked from commit a4f58a8)
## [1.1.3](v1.1.2...v1.1.3) (2022-04-24) ### Bug Fixes * Changes values defined in `SourceMapOptions` to match PostCSS v8 API ([d65132f](d65132f))
# [1.2.0](v1.1.3...v1.2.0) (2022-05-05) ### Features * replaces hardcoded path separator with `path.sep`in order to make the build work in any OS ([a4f58a8](a4f58a8))
# [2.0.0](v1.2.0...v2.0.0) (2022-05-05) ### Bug Fixes * Removes IE Mobile from browserlist ([344d97e](344d97e)) * Updates eslint-plugin-import because current version is not supported by eslint v7 ([2b6aeff](2b6aeff)) ### Feat * Bump major version number ([c8ca422](c8ca422)) ### Features * Adds migration guide ([e537ab1](e537ab1)) * Adds supported node.js versions ([31e9371](31e9371)) * Updates stylelint to v14.6.1 and removes obsolete `syntax` option ([18742aa](18742aa)) ### BREAKING CHANGES * Stylelint v14 does not include syntaxes by default Stylelint no longer includes the syntaxes to parse CSS-like languages like SCSS. Migration guide: - In your Stylelint configuration object extend a shared config like @netcentric/stylelint-config
Member
|
@raohmaru yeah big fan of pre-commit hooks or pre-push. Go for it :) |
quicoto
approved these changes
Jul 21, 2022
easingthemes
previously requested changes
Jul 22, 2022
easingthemes
left a comment
Member
There was a problem hiding this comment.
Add test script in package.json to be executed in CI/CD
added 2 commits
August 12, 2022 14:04
FelipeSimoes
force-pushed
the
feature/59-create-test-cases-unit-test
branch
from
August 19, 2022 14:33
6e41f68 to
6022372
Compare
FelipeSimoes
approved these changes
Aug 25, 2022
easingthemes
approved these changes
Aug 25, 2022
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Add a sample project files to test the build after a change.
Related Issue
Fixes #59
Types of changes
Checklist: