Skip to content

Commit 6ecd20d

Browse files
committed
chore: post lib merge cleanup
1 parent 118150f commit 6ecd20d

File tree

5 files changed

+7
-11
lines changed

5 files changed

+7
-11
lines changed

.all-contributorsrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"contributions": [
1717
"code",
1818
"doc",
19-
"infra",
2019
"test"
2120
]
2221
},
@@ -47,4 +46,4 @@
4746
"contributorsPerLine": 7,
4847
"repoHost": "https://github.com",
4948
"commitConvention": "none"
50-
}
49+
}

.babelrc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"presets": [
3-
["@babel/preset-env", {
4-
"targets": { "node": "8" }
5-
}]
6-
],
3+
["@babel/preset-env", { "targets": { "node": "8" } }]],
74
"plugins": [
85
["@babel/plugin-transform-runtime"],
96
["@babel/plugin-proposal-class-properties"],

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -346,9 +346,9 @@ Thanks goes to these people ([emoji key][emojis]):
346346
<!-- markdownlint-disable -->
347347
<table>
348348
<tr>
349-
<td align="center"><a href="https://kentcdodds.com"><img src="https://avatars.githubusercontent.com/u/1500684?v=3" width="100px;" alt="Kent C. Dodds"/><br /><sub><b>Kent C. Dodds</b></sub></a><br /><a href="https://github.com/testing-library/preact-testing-library/commits?author=kentcdodds" title="Code">💻</a> <a href="https://github.com/testing-library/preact-testing-library/commits?author=kentcdodds" title="Documentation">📖</a> <a href="#infra-kentcdodds" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="https://github.com/testing-library/preact-testing-library/commits?author=kentcdodds" title="Tests">⚠️</a></td>
350-
<td align="center"><a href="https://github.com/antsmartian"><img src="https://avatars0.githubusercontent.com/u/1241511?s=400&v=4" width="100px;" alt="Ants Martian"/><br /><sub><b>Ants Martian</b></sub></a><br /><a href="https://github.com/testing-library/preact-testing-library/commits?author=antsmartian" title="Code">💻</a> <a href="https://github.com/testing-library/preact-testing-library/commits?author=antsmartian" title="Documentation">📖</a> <a href="https://github.com/testing-library/preact-testing-library/commits?author=antsmartian" title="Tests">⚠️</a></td>
351-
<td align="center"><a href="https://github.com/testing-library"><img src="https://avatars3.githubusercontent.com/u/14304599?s=460&v=4" width="100px;" alt="Rahim Alwer"/><br /><sub><b>Rahim Alwer</b></sub></a><br /><a href="https://github.com/testing-library/preact-testing-library/commits?author=testing-library" title="Code">💻</a> <a href="https://github.com/testing-library/preact-testing-library/commits?author=testing-library" title="Documentation">📖</a> <a href="https://github.com/testing-library/preact-testing-library/commits?author=testing-library" title="Tests">⚠️</a> <a href="#infra-testing-library" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
349+
<td align="center"><a href="https://kentcdodds.com"><img src="https://avatars.githubusercontent.com/u/1500684?v=3" width="100px;" alt="Kent C. Dodds"/><br /><sub><b>Kent C. Dodds</b></sub></a><br /><a href="https://github.com/mihar-22/preact-testing-library/commits?author=kentcdodds" title="Code">💻</a> <a href="https://github.com/mihar-22/preact-testing-library/commits?author=kentcdodds" title="Documentation">📖</a> <a href="https://github.com/mihar-22/preact-testing-library/commits?author=kentcdodds" title="Tests">⚠️</a></td>
350+
<td align="center"><a href="https://github.com/antsmartian"><img src="https://avatars0.githubusercontent.com/u/1241511?s=400&v=4" width="100px;" alt="Ants Martian"/><br /><sub><b>Ants Martian</b></sub></a><br /><a href="https://github.com/mihar-22/preact-testing-library/commits?author=antsmartian" title="Code">💻</a> <a href="https://github.com/mihar-22/preact-testing-library/commits?author=antsmartian" title="Documentation">📖</a> <a href="https://github.com/mihar-22/preact-testing-library/commits?author=antsmartian" title="Tests">⚠️</a></td>
351+
<td align="center"><a href="https://github.com/mihar-22"><img src="https://avatars3.githubusercontent.com/u/14304599?s=460&v=4" width="100px;" alt="Rahim Alwer"/><br /><sub><b>Rahim Alwer</b></sub></a><br /><a href="https://github.com/mihar-22/preact-testing-library/commits?author=mihar-22" title="Code">💻</a> <a href="https://github.com/mihar-22/preact-testing-library/commits?author=mihar-22" title="Documentation">📖</a> <a href="https://github.com/mihar-22/preact-testing-library/commits?author=mihar-22" title="Tests">⚠️</a> <a href="#infra-mihar-22" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
352352
</tr>
353353
</table>
354354

dont-clean-up-after-each.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
process.env.RTL_SKIP_AUTO_CLEANUP = true;
1+
process.env.PTL_SKIP_AUTO_CLEANUP = true;

pure.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
// Makes it so people can import from 'preact-testing-library-next/pure'
1+
// Makes it so people can import from 'preact-testing-library/pure'
22
module.exports = require('./dist/pure');

0 commit comments

Comments
 (0)