Skip to content

Commit

Permalink
fix: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
welingtonms committed Apr 30, 2021
1 parent b7d5ad9 commit 60b053f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -21,6 +21,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
run: npm install
- name: Running unit tests
run: npm test
2 changes: 1 addition & 1 deletion src/atoms/tooltip/tooltip.test.js
@@ -1,6 +1,6 @@
import React from 'react';

import { calculatePosition } from './helpers';
import { calculatePosition } from './tooltip.helpers';
import { screen, render, userEvent } from '../../../test/helpers';
import { Tooltip } from './index';
import generator from '../../../test/data-generator';
Expand Down

0 comments on commit 60b053f

Please sign in to comment.