Adam Shaw 8 лет назад
Родитель
Сommit
e2d0114d5e

+ 0 - 0
tests/jasmine-ext.js → tests/hacks.js


+ 1 - 1
tests/index.js

@@ -1,6 +1,6 @@
 
 require('./globals')
-require('./jasmine-ext')
+require('./hacks')
 
 var context = require.context(
   '.',

+ 1 - 1
tests/legacy/background-events.js

@@ -1,4 +1,4 @@
-import { RED_REGEX } from '../lib/dom-utils'
+import { RED_REGEX } from '../lib/dom-misc'
 
 describe('background events', function() {
 

+ 1 - 1
tests/legacy/destroy.js

@@ -1,4 +1,4 @@
-import { countHandlers } from '../lib/dom-utils'
+import { countHandlers } from '../lib/dom-misc'
 
 describe('destroy', function() {
 

+ 1 - 1
tests/legacy/event-coloring.js

@@ -1,4 +1,4 @@
-import { RED_REGEX } from '../lib/dom-utils'
+import { RED_REGEX } from '../lib/dom-misc'
 
 describe('event coloring', function() {
 

+ 1 - 1
tests/legacy/external-dnd.js

@@ -1,4 +1,4 @@
-import { countHandlers } from '../lib/dom-utils'
+import { countHandlers } from '../lib/dom-misc'
 
 describe('external drag and drop', function() {
 

+ 1 - 1
tests/legacy/getClientRect.js

@@ -1,4 +1,4 @@
-import { getStockScrollbarWidths } from '../lib/dom-utils'
+import { getStockScrollbarWidths } from '../lib/dom-misc'
 
 describe('getClientRect', function() {
 

+ 1 - 1
tests/legacy/getScrollbarWidths.js

@@ -1,4 +1,4 @@
-import { getStockScrollbarWidths } from '../lib/dom-utils'
+import { getStockScrollbarWidths } from '../lib/dom-misc'
 
 describe('getScrollbarWidths', function() {
 

+ 1 - 1
tests/legacy/nowIndicator.js

@@ -1,5 +1,5 @@
 import { getBoundingRect } from '../lib/dom-geom'
-import { isElWithinRtl } from '../lib/dom-utils'
+import { isElWithinRtl } from '../lib/dom-misc'
 import { getTimeGridLine } from '../lib/time-grid'
 
 describe('now indicator', function() {

+ 0 - 0
tests/lib/dom-utils.js → tests/lib/dom-misc.js