Skip to content

Commit 2ce3836

Browse files
ayoniousclaude
andcommitted
Fix test import statement placement
- Remove misplaced import statement inside test function - Import was already defined at top of file - Tests now pass successfully 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent d50b679 commit 2ce3836

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/__tests__/console-table-printer-docs.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,6 @@ describe('Console Table Printer Documentation Examples', () => {
562562

563563
describe('Emojis and Special Characters (doc-emojis-special-chars.md)', () => {
564564
test('should handle special character length', () => {
565-
import { Table } from 'console-table-printer';
566565
const bundle = new Table({
567566
title: "My Table",
568567
charLength: { "👍": 2, "✅": 2 },

0 commit comments

Comments
 (0)