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:
parent
c302998b20
commit
a6e9f37b10
2 changed files with 2 additions and 2 deletions
|
@ -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';
|
||||
|
||||
|
|
|
@ -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 ', () => {
|
||||
|
|
Loading…
Add table
Reference in a new issue