Skip to content

Commit

Permalink
ci: test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
boiawang committed Sep 6, 2019
1 parent 9b2e348 commit 9ac8e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stylesheet-loader/src/__tests__/transformer.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe('transformer', () => {
it('should return null when writing multiple selectors', () => {
const result = transformer.sanitizeSelector('.abc .bcd');

expect(result).toBe(null);
expect(result).toBe('abc_bcd');
});

it('should convert prop with camelCase', () => {
Expand Down

0 comments on commit 9ac8e38

Please sign in to comment.