Skip to content

Commit f1ebab7

Browse files
author
fbosch
committed
test: updated fixtures and type strengths
1 parent 6d193ec commit f1ebab7

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

Diff for: fixtures/weaknesses/dark.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: fixtures/weaknesses/fairy.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: fixtures/weaknesses/flying.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: fixtures/weaknesses/steel.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: strengths.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ module.exports = {
7676
[ground]: notVeryEffective,
7777
[rock]: notVeryEffective,
7878
[ghost]: notVeryEffective,
79+
[steel]: noEffect,
7980
[fairy]: superEffective
8081
},
8182
[ground]: {
@@ -94,7 +95,6 @@ module.exports = {
9495
[fighting]: superEffective,
9596
[bug]: superEffective,
9697
[rock]: notVeryEffective,
97-
[flying]: notVeryEffective,
9898
[steel]: notVeryEffective
9999
},
100100
[psychic]: {
@@ -139,7 +139,9 @@ module.exports = {
139139
[dark]: {
140140
[fighting]: notVeryEffective,
141141
[psychic]: superEffective,
142-
[ghost]: superEffective
142+
[ghost]: superEffective,
143+
[dark]: notVeryEffective,
144+
[fairy]: notVeryEffective
143145
},
144146
[steel]: {
145147
[fire]: notVeryEffective,

0 commit comments

Comments
 (0)