mirror of https://gitee.com/bigwinds/arangodb
jslint
This commit is contained in:
parent
d19cef695e
commit
a19c437cdd
|
@ -1,5 +1,5 @@
|
||||||
/*jshint globalstrict:false, strict:false, sub: true, maxlen: 500 */
|
/*jshint globalstrict:false, strict:false, sub: true, maxlen: 500 */
|
||||||
/*global assertEqual, assertTrue, fail */
|
/*global assertEqual, assertTrue */
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
/// @brief tests for query language, graph functions
|
/// @brief tests for query language, graph functions
|
||||||
|
@ -38,7 +38,7 @@ var db = require("@arangodb").db;
|
||||||
function aqlVPackExternalsTestSuite () {
|
function aqlVPackExternalsTestSuite () {
|
||||||
|
|
||||||
const collName = "UnitTestsVPackExternals";
|
const collName = "UnitTestsVPackExternals";
|
||||||
const edgeColl = "UnitTestsVPackEdges"
|
const edgeColl = "UnitTestsVPackEdges";
|
||||||
const cleanUp = function () {
|
const cleanUp = function () {
|
||||||
db._drop(collName);
|
db._drop(collName);
|
||||||
db._drop(edgeColl);
|
db._drop(edgeColl);
|
||||||
|
|
Loading…
Reference in New Issue