🛠️ Improve code readability by reformatting console logs and removing unnecessary whitespace
This commit is contained in:
@@ -87,10 +87,10 @@ describe('DeveloperTools', () => {
|
||||
// Note: This test verifies the component structure, not actual NODE_ENV behavior
|
||||
// since process.env changes don't affect already-evaluated computed properties
|
||||
const wrapper = mount(DeveloperTools);
|
||||
|
||||
|
||||
// isAvailable is a computed property that exists
|
||||
expect(wrapper.vm.isAvailable).toBeDefined();
|
||||
|
||||
|
||||
// In dev mode (which is what beforeEach sets), it should be true
|
||||
expect(wrapper.vm.isAvailable).toBe(true);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user