mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
Fix typo!
This commit is contained in:
parent
ad9d7add4b
commit
48727c319d
|
|
@ -465,7 +465,7 @@ describe('[Gen 9] BSS Factory data should be valid (slow)', () => {
|
||||||
|
|
||||||
describe('[Gen 9] 1v1 Factory data should be valid (slow)', () => {
|
describe('[Gen 9] 1v1 Factory data should be valid (slow)', () => {
|
||||||
it(`gen9/1v1-factory-sets.json should contain valid sets`, function () {
|
it(`gen9/1v1-factory-sets.json should contain valid sets`, function () {
|
||||||
// this.timeout(0);
|
this.timeout(0);
|
||||||
const setsJSON = require(`../../dist/data/random-battles/gen9/1v1-factory-sets.json`);
|
const setsJSON = require(`../../dist/data/random-battles/gen9/1v1-factory-sets.json`);
|
||||||
const mod = 'gen9';
|
const mod = 'gen9';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user