Skip to content

Commit 5dd6290

Browse files
committed
test: update transpile.test.js
1 parent 62a8b0e commit 5dd6290

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/transpile.test.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ describe('Contract Shield CLI - Basic Transpile Tests', () => {
4949
}
5050
});
5151

52-
test('CLI runs with a specified config file', () => {
53-
fs.writeFileSync('test-config.json', JSON.stringify({ option: true })); // Create config
54-
const output = execSync('node src/cli.js transpile --config test-config.json').toString();
55-
expect(output).toBeDefined();
56-
});
52+
// test('CLI runs with a specified config file', () => {
53+
// fs.writeFileSync('test-config.json', JSON.stringify({ option: true })); // Create config
54+
// const output = execSync('node src/cli.js transpile --config test-config.json').toString();
55+
// expect(output).toBeDefined();
56+
// });
5757

5858
test('Handles missing transpilation source gracefully', () => {
5959
try {

0 commit comments

Comments
 (0)