Browse Source

Remove unused import

Steven Silvester 9 năm trước cách đây
mục cha
commit
95f8e1c2bf
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      test/src/dialog/dialog.spec.ts

+ 0 - 2
test/src/dialog/dialog.spec.ts

@@ -4,8 +4,6 @@
 
 import expect = require('expect.js');
 
-import simulateEvent = require('simulate-event');
-
 import {
   showDialog, okButton
 } from '../../../lib/dialog';