末尾に移す

This commit is contained in:
Nebel 2023-02-22 16:10:54 +09:00
parent 5f17ce52f8
commit d9a3d96a2e

View file

@ -6,24 +6,10 @@ paginate: true
# ソフトウェアテスト概論 # ソフトウェアテスト概論
WebDINO Japan エンジニア WebDINO Japan シニアエンジニア
[渡邉浩平](https://github.com/kou029w) [渡邉浩平](https://github.com/kou029w)
![w:200](https://github.com/kou029w.png) ![w:200](https://github.com/kou029w.png)
<script>
window.addEventListener("DOMContentLoaded", function () {
document.querySelectorAll("a")?.forEach(function (a) {
a.setAttribute("target", "_blank");
a.setAttribute("rel", "noreferrer");
});
});
</script>
<style>
footer {
overflow-wrap: anywhere;
}
</style>
--- ---
## テスト ## テスト
@ -343,3 +329,19 @@ https://kou029w.github.io/jest-hands-on/
[このスライドを編集する](https://github.com/kou029w/intro-to-software-testing/edit/main/README.md) / [問題を報告する](https://github.com/kou029w/intro-to-software-testing/issues/new) [このスライドを編集する](https://github.com/kou029w/intro-to-software-testing/edit/main/README.md) / [問題を報告する](https://github.com/kou029w/intro-to-software-testing/issues/new)
[github.svg]: https://cdnjs.cloudflare.com/ajax/libs/simple-icons/5.7.0/github.svg [github.svg]: https://cdnjs.cloudflare.com/ajax/libs/simple-icons/5.7.0/github.svg
---
<script>
window.addEventListener("DOMContentLoaded", function () {
document.querySelectorAll("a")?.forEach(function (a) {
a.setAttribute("target", "_blank");
a.setAttribute("rel", "noreferrer");
});
});
</script>
<style>
footer {
overflow-wrap: anywhere;
}
</style>