Skip to content

Commit dba43f7

Browse files
authored
remove unnecessary directory (#52)
1 parent cc247ea commit dba43f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Data-Structures/Stack/test/Stack.test.ts renamed to Data-Structures/test/Stack.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Stack } from '../../Stack';
1+
import { Stack } from '../Stack';
22

33
describe('Testing Stack data structure', () => {
44
it('push should add a new element to the stack', () => {

0 commit comments

Comments
 (0)