Refactor cloud code tests (#1837)

* Move cloud code tests

* Remove _removeHook calls that are no longer necessary

* Use Strict
This commit is contained in:
Drew
2016-05-19 13:38:16 -07:00
committed by Tyler Brock
parent fece2a4b47
commit b2183680be
13 changed files with 496 additions and 514 deletions

View File

@@ -0,0 +1,3 @@
Parse.Cloud.define('cloudCodeInFile', (req, res) => {
res.success('It is possible to define cloud code in a file.');
});