Skip to content

Feature/59 create test cases - #75

Merged
FelipeSimoes merged 62 commits into
mainfrom
feature/59-create-test-cases-unit-test
Aug 25, 2022
Merged

Feature/59 create test cases#75
FelipeSimoes merged 62 commits into
mainfrom
feature/59-create-test-cases-unit-test

Conversation

@raohmaru

@raohmaru raohmaru commented Jul 21, 2022

Copy link
Copy Markdown
Contributor

Description

Add a sample project files to test the build after a change.

npm run build:test

Related Issue

Fixes #59

Types of changes

  • Test (non-breaking change which adds tests)

Checklist:

  • My code follows the code style of this project.
  • I have read the CONTRIBUTING document.
  • All new and existing tests passed.

easingthemes and others added 30 commits July 21, 2022 09:16
## [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))
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
@quicoto

quicoto commented Jul 21, 2022

Copy link
Copy Markdown
Member

@raohmaru yeah big fan of pre-commit hooks or pre-push. Go for it :)

@easingthemes easingthemes left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add test script in package.json to be executed in CI/CD

Comment thread tasks/run.js
Comment thread test/.stylelintrc Outdated
Comment thread package.json Outdated
@raohmaru raohmaru self-assigned this Aug 12, 2022
@raohmaru
raohmaru requested a review from easingthemes August 16, 2022 07:40
@FelipeSimoes
FelipeSimoes force-pushed the feature/59-create-test-cases-unit-test branch from 6e41f68 to 6022372 Compare August 19, 2022 14:33
Comment thread .github/hooks/pre-commit
@FelipeSimoes
FelipeSimoes merged commit 2cb5b11 into main Aug 25, 2022
@quicoto
quicoto deleted the feature/59-create-test-cases-unit-test branch October 31, 2022 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create test cases

4 participants