From cbd429640f13084f1e4772404d299b3c93eeabf7 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Thu, 2 Oct 2014 20:55:35 -0700 Subject: [PATCH] chore: remove hello test --- modules/core/test/compiler/compiler_spec.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/core/test/compiler/compiler_spec.js b/modules/core/test/compiler/compiler_spec.js index f6ce46a564..161feb5959 100644 --- a/modules/core/test/compiler/compiler_spec.js +++ b/modules/core/test/compiler/compiler_spec.js @@ -3,8 +3,5 @@ import {describe, it} from 'test_lib/test_lib'; export function main() { describe('compiler', function() { - it('should hello', function() { - print('I am working'); - }); }); }