Skip to content
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

#47: Fix check for supported dashed transition property value #49

Merged
merged 3 commits into from
Jul 3, 2018

Conversation

aChudinov
Copy link
Contributor

No description provided.

it('known transform value prefixed', () => {
expect(supportedValue('transition', 'all 100ms ease, transform 200ms linear'))
.to.eql(`all 100ms ease, ${propertyPrefixFixture.transform} 200ms linear`)
it('should return known transform value prefixed', () => {
Copy link
Member

Choose a reason for hiding this comment

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

lets have a separate it() for it so that a test case is more specific

@kof kof requested review from kof and AleshaOleg June 30, 2018 14:15
@kof kof merged commit f793d28 into cssinjs:master Jul 3, 2018
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.

None yet

3 participants