Enable back all GDJS tests

This commit is contained in:
Florian Rival
2018-12-26 12:52:51 +01:00
parent 1f7bec0ff1
commit 704eaacc7e

View File

@@ -1,5 +1,5 @@
describe('gdjs.VariablesContainer', function() {
it.only('benchmark convertCoords and convertInverseCoords', function() {
it('benchmark convertCoords and convertInverseCoords', function() {
this.timeout(20000);
var container = new gdjs.VariablesContainer();