antistatique-frontend
Advanced tools
Comparing version 1.1.2 to 1.1.3
# Changelog | ||
<a name="1.1.3"></a> | ||
## 1.1.3 (2021-06-25) | ||
### Added | ||
- ✅ fix counter e2e test [[0d7eca5](https://github.com/antistatique/frontend-development-configuration/commit/0d7eca53a91e58f53115ec1c900b26ab1ac57f2b)] | ||
<a name="1.1.2"></a> | ||
@@ -4,0 +12,0 @@ ## 1.1.2 (2021-06-25) |
{ | ||
"name": "antistatique-frontend", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Antistatique opinionated frontend development configuration (linters, tests,...)", | ||
@@ -5,0 +5,0 @@ "main": ".bin/init.js", |
/* globals cy */ | ||
describe('Counter', () => { | ||
beforeEach(() => cy.visitStorybook('counter--default')); | ||
beforeEach(() => cy.visitStorybook('components-counter--default')); | ||
@@ -6,0 +6,0 @@ it('should display the count', () => { |
1196058