Skip to content

Commit

Permalink
fix: test regex
Browse files Browse the repository at this point in the history
  • Loading branch information
jukben committed Dec 5, 2017
1 parent 280f757 commit efea84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/babel/preval-extract/__tests__/prevalStyles.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ describe('preval-extract/prevalStyles', () => {
}
);

expect(/ln[\w]{6}/.test(className)).toBeTruthy();
expect(/ln[a-zA-Z0-9]{6}/.test(className)).toBeTruthy();
});
});

0 comments on commit efea84a

Please sign in to comment.