mirror of
https://github.com/kou029w/intro-to-software-testing.git
synced 2025-01-18 16:08:00 +00:00
末尾に移す
This commit is contained in:
parent
5f17ce52f8
commit
d9a3d96a2e
1 changed files with 17 additions and 15 deletions
32
README.md
32
README.md
|
@ -6,24 +6,10 @@ paginate: true
|
|||
|
||||
# ソフトウェアテスト概論
|
||||
|
||||
WebDINO Japan エンジニア
|
||||
WebDINO Japan シニアエンジニア
|
||||
[渡邉浩平](https://github.com/kou029w)
|
||||
![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)
|
||||
|
||||
[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>
|
||||
|
|
Loading…
Add table
Reference in a new issue