0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Fixed tests

no refs
This commit is contained in:
Rishabh 2022-01-17 23:57:25 +05:30
parent c302998b20
commit a6e9f37b10
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
import React from 'react';
import {generateAccountPlanFixture, getSiteData, getProductsData} from '../../utils/fixtures';
import {generateAccountPlanFixture, getSiteData, getProductsData} from '../../utils/fixtures-generator';
import {render, fireEvent} from '../../utils/test-utils';
import AccountPlanPage from './AccountPlanPage';

View file

@ -1,5 +1,5 @@
import {getPriceIdFromPageQuery, isSameCurrency} from './helpers';
import * as Fixtures from './fixtures';
import * as Fixtures from './fixtures-generator';
describe('Helpers - ', () => {
test('can correctly fetch price id from page query ', () => {