Runtime-deprecate ospec, change change-log to changelog, fix a few assorted bugs (#2578)
This commit is contained in:
parent
1630b06106
commit
9f0dc2ab46
76 changed files with 484 additions and 410 deletions
|
|
@ -1,12 +1,13 @@
|
|||
"use strict"
|
||||
|
||||
var o = require("../ospec/ospec")
|
||||
var o = require("ospec")
|
||||
var browserMock = require("../test-utils/browserMock")
|
||||
var components = require("../test-utils/components")
|
||||
|
||||
o.spec("api", function() {
|
||||
var FRAME_BUDGET = Math.floor(1000 / 60)
|
||||
var mock = browserMock(), root
|
||||
mock.setTimeout = setTimeout
|
||||
if (typeof global !== "undefined") {
|
||||
global.window = mock
|
||||
global.requestAnimationFrame = mock.requestAnimationFrame
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue