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