Replaces Testem with Floss (#2775)
* Updates tests to use Floss/Electron

* Adds testing after building

* Don't run test twice
1 parent eca65de commit 759aa762edf7aac05d6ae381ee1b8a3c7a53bb78
@Matt Karl Matt Karl authored on 10 Aug 2016
GitHub committed on 10 Aug 2016
Showing 44 changed files
View
.travis.yml
View
package.json
View
test/.jshintrc 100644 → 100755
View
test/core/Bounds.js 0 → 100644
View
test/core/Container.js 0 → 100755
View
test/core/DisplayObject.js 0 → 100755
View
test/core/Sprite.js 0 → 100755
View
test/core/Text.js 0 → 100644
View
test/core/getLocalBounds.js 0 → 100644
View
test/core/index.js 0 → 100755
View
test/core/toGlobal.js 0 → 100644
View
test/core/toLocal.js 0 → 100644
View
test/core/util.js 0 → 100755
View
test/index.js 0 → 100755
View
test/interaction/InteractionData.js 0 → 100755
View
test/interaction/index.js 0 → 100644
View
test/lib/pixi/core/Circle.js 100644 → 0
View
test/lib/pixi/core/Matrix.js 100644 → 0
View
test/lib/pixi/core/Point.js 100644 → 0
View
test/lib/pixi/core/Rectangle.js 100644 → 0
View
test/lib/pixi/display/DisplayObject.js 100644 → 0
View
test/lib/pixi/display/DisplayObjectContainer.js 100644 → 0
View
test/lib/pixi/display/Sprite.js 100644 → 0
View
test/lib/pixi/extras/Strip.js 100644 → 0
View
test/lib/pixi/textures/RenderTexture.js 100644 → 0
View
test/lib/pixi/textures/Texture.js 100644 → 0
View
test/lib/pixi/utils/EventTarget.js 100644 → 0
View
test/lib/resemble.js 100644 → 0
View
test/setup.js 100644 → 0
View
test/textures/SpriteSheet-Aliens.png 100644 → 0
View
test/textures/SpriteSheet-Explosion.png 100755 → 0
View
test/textures/bunny.png 100644 → 0
View
test/unit/core/Bounds.test.js 100644 → 0
View
test/unit/core/LocalBounds.test.js 100644 → 0
View
test/unit/core/display/Container.test.js 100644 → 0
View
test/unit/core/display/DisplayObject.test.js 100644 → 0
View
test/unit/core/sprites/Sprite.test.js 100644 → 0
View
test/unit/core/text/Text.test.js 100644 → 0
View
test/unit/core/toGlobal.test.js 100644 → 0
View
test/unit/core/toLocal.test.js 100644 → 0
View
test/unit/core/utils/util.test.js 100644 → 0
View
test/unit/index.test.js 100644 → 0
View
test/unit/interaction/InteractionData.test.js 100644 → 0
View
testem.json 100644 → 0