fix content tests

This commit is contained in:
Matteo Pagliazzi
2019-10-03 16:35:56 +02:00
parent 17c7a2bad1
commit 3a6a4092f9
5 changed files with 13 additions and 9 deletions

View File

@@ -6,9 +6,9 @@ import {
} from '../helpers/content.helper';
import t from '../../website/common/script/content/translation';
import stable from '../../website/common/script/content/stable';
import eggs from '../../website/common/script/content/eggs';
import potions from '../../website/common/script/content/hatching-potions';
import * as stable from '../../website/common/script/content/stable';
import * as eggs from '../../website/common/script/content/eggs';
import * as potions from '../../website/common/script/content/hatching-potions';
describe('stable', () => {
describe('dropPets', () => {