We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c93cda3 commit 9f44c2fCopy full SHA for 9f44c2f
Ciphers/test/SubstitutionCipher.test.js
@@ -2,7 +2,7 @@ import { describe, it, expect } from 'vitest'
2
import {
3
substitutionCipherEncryption,
4
substitutionCipherDecryption
5
-} from './SubstitutionCipher'
+} from '../ciphers/SubstitutionCipher.js'
6
7
describe('Substitution Cipher', () => {
8
const key = 'QWERTYUIOPASDFGHJKLZXCVBNM'
0 commit comments