Skip to content

Commit

Permalink
test: change toastEmitter path in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrylo Hudym-Levkovych authored and Kyrylo Hudym-Levkovych committed Jan 3, 2024
1 parent b5563da commit 296ec07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Toast/tests/EventEmitter.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { toastEmitter } from '../EventEmitter';
import { toastEmitter } from '../utils';

describe('EventEmitter', () => {
test('subscribes and emits an event', () => {
Expand Down

0 comments on commit 296ec07

Please sign in to comment.