40 Commits

Author SHA1 Message Date
Pavan Kumar Sunkara
9664e9f44b Fix the broken lint 2018-10-07 11:57:18 +02:00
Brody McKee
1360c15674
Update addon-jest to new propType
Fixes #4251.
2018-09-29 15:09:00 +03:00
Norbert de Langen
7a4454c8b0
UPGRADE to emotion 10 && UPGRADE universal-dotenv 2018-08-31 12:18:01 +02:00
Norbert de Langen
935cefd27a
FIX linting issues after eslint upgrade (partial fix) 2018-08-05 17:57:17 +02:00
LiBe
e762dc4b5e
Object.values in the jest addon parameters parsing 2018-07-26 16:50:24 +02:00
LiBe
ee2cfa3eaf
Array.prototype.slice.call instead of Array.slice 2018-07-26 16:39:25 +02:00
LiBe
75c1bebe0a
addons-jest : bug with the jest parameter
The jest param is not working on my machine. Array.from({0: 'zero', 1: 'one'}) does not work on my nodejs.

Instead, Array.slice works pretty well.
2018-07-26 16:10:02 +02:00
Tom Coleman
1e3d925a86 Change skip => disabled in jest addond 2018-07-04 15:46:28 +10:00
Tom Coleman
a10c19a916 Merge remote-tracking branch 'origin/master' into tmeasday/refactor-jest-addon 2018-07-04 15:43:52 +10:00
Norbert de Langen
691aece8cd
FIX jest addon panel not rendering when switching panels 2018-06-06 08:24:24 +02:00
Tom Coleman
2343a9a588
Update [].concat to Array.from 2018-05-31 16:59:08 +10:00
Norbert de Langen
c3f43d91f9
FIX lint issues 2018-05-31 08:29:19 +02:00
Tom Coleman
0eb725b41c Refactor addon-jest to use a parameter-based pattern 2018-05-29 15:53:03 +10:00
Norbert de Langen
e9ce090988
REMOVE basefonts from jest-addon Panel 2018-05-25 00:56:55 +02:00
Norbert de Langen
ee4a416422
REFACTOR consolidate Tabs component && CHANGE registerAddon api to include a active prop 2018-05-22 22:26:39 +02:00
Norbert de Langen
75593740e9
REFACTOR to use emotion, see: https://github.com/paypal/glamorous/issues/419 2018-05-14 22:20:46 +02:00
Norbert de Langen
0fa6a51974
MOVE header to lib/component & REFACTOR to use glamorous && ADD glamorous-displayname babel-plugin 2018-05-11 01:25:53 +02:00
Tomasz Niezgoda
ce0e342114 Added missing key prop to NoTests component. 2018-02-28 14:14:43 +01:00
Tomek Niezgoda
8b8cb71083
Merge branch 'master' into test-display-safety-net 2018-02-19 16:07:20 +01:00
Tomasz Niezgoda
41df13741b Added safety net preventing storybook Jest addon from throwing on unrecognized test results and forcing those results to be returned no matter their format. 2018-02-19 15:13:50 +01:00
Hypnosphi
d15afc63af Run prettier 2018-02-18 17:43:47 +03:00
Filipp Riabchun
8bf259c7a1
Merge branch 'master' into test-fail-message-keys-fix 2018-02-18 16:18:15 +03:00
Hypnosphi
398ff2639e eslint: remove unused disable directives 2018-02-17 20:35:37 +03:00
Tomek Niezgoda
5c64e27168 ESLint adjustments handled: react/no-array-index-key and no-plusplus. 2018-02-02 14:03:22 +01:00
Tomek Niezgoda
373b137aaa Added missing key to StackTrace. 2018-02-02 14:02:21 +01:00
Tomek Niezgoda
d2c7541532 Added "key" prop to list items inside test failure message. 2018-01-29 17:56:39 +01:00
hypnos
cc8b312c84 Revert "Made jest test file extension name optional"
This reverts commit 8565613614aecf5ecbd7f9f0f35394c20ff52fa9.
2017-12-01 15:26:51 +03:00
sandinosaso
cdf8cbfe9a Fix small typos on Jest addon documentation. This should help users for a good first use of the addon 2017-11-26 01:14:04 -03:00
hypnos
417afe1f86 Run eslint --fix 2017-11-25 18:55:14 +03:00
Promise Tochi
8565613614 Made jest test file extension name optional 2017-11-25 16:09:42 +01:00
Norbert de Langen
045bca1046
REFACTOR to glamorous 2017-11-19 00:33:35 +01:00
Norbert de Langen
ab0d84d2d7
IMRPOVE styling 2017-11-18 23:29:17 +01:00
Norbert de Langen
6648656e07
IMPROVE jest failureMessages 2017-11-18 21:14:38 +01:00
Norbert de Langen
e310ec2a68
IMPROVE styling & parsing of failureMessage 2017-11-18 12:25:28 +01:00
Norbert de Langen
b42538e668
IMPROVE parsing of failureMessage 2017-11-17 23:14:58 +01:00
Norbert de Langen
2d17ece429
WIP 2017-11-17 10:49:24 +01:00
Renaud Tertrais
d185d1abd7 Add addon-jest to examples/cra-kitchen-sink 2017-11-16 10:25:44 +01:00
Norbert de Langen
f38a027bec
Linting 2017-11-14 00:40:04 +01:00
Norbert de Langen
3af0b87e48
REMOVE dev setup on package && Linting 2017-11-14 00:18:01 +01:00
Renaud Tertrais
f6df22223b initial commit 2017-11-11 15:48:05 +01:00