You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# TODO: relax `'16.9.1'` to `16` once GitHub has 16.9.1 cached. 16.9.0 is broken due to https://github.com/nodejs/node/issues/40030
21
+
node: [12, 14, '16.9.1']
21
22
react: [latest, next, experimental]
22
23
runs-on: ubuntu-latest
23
24
steps:
@@ -37,6 +38,10 @@ jobs:
37
38
with:
38
39
useLockFile: false
39
40
41
+
# TODO: Can be removed if https://github.com/kentcdodds/kcd-scripts/pull/146 is released
42
+
- name: Verify format (`npm run format` committed?)
/** By default, React Testing Library will create a div and append that div to the document.body. Your React component will be rendered in the created div. If you provide your own HTMLElement container via this option,
37
+
/**
38
+
* By default, React Testing Library will create a div and append that div to the document.body. Your React component will be rendered in the created div. If you provide your own HTMLElement container via this option,
38
39
* it will not be appended to the document.body automatically.
39
40
*
40
41
* For example: If you are unit testing a `<tbody>` element, it cannot be a child of a div. In this case, you can
0 commit comments