Skip to content

Commit 8e8d840

Browse files
committed
root test file creation
1 parent b6ae0e0 commit 8e8d840

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/remix-ui/solidity-unit-testing/src/lib/solidity-unit-testing.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,7 @@ export const SolidityUnitTesting = (props: Record<string, any>) => { // eslint-d
672672
value={inputPathValue}
673673
title="Press 'Enter' to change the path for test files."
674674
style={{ backgroundImage: "var(--primary)" }}
675+
onKeyDown={() => { if (inputPathValue === '/') setInputPathValue('')} }
675676
onKeyUp={handleTestDirInput}
676677
onChange={handleEnter}
677678
onClick = {() => { if (inputPathValue === '/') setInputPathValue('')} }

0 commit comments

Comments
 (0)