Skip to content

Commit

Permalink
tests: dir hirearchy
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilan Kushnir committed Nov 22, 2024
1 parent 11559b7 commit f0ae816
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { expect } from 'chai';
import { uppercaseMatcher, lowercaseMatcher, numberMatcher, specialMatcher } from '../../src';
import { uppercaseMatcher, lowercaseMatcher, numberMatcher, specialMatcher } from '../../../src';

describe('character requirements matchers and feedback', () => {
it('should return a match for missing uppercase letters', () => {
Expand Down

0 comments on commit f0ae816

Please sign in to comment.