control-freak-ide/server/nodejs/tests/action/Minimal.js
plastic-hub-dev-node-saturn 538369cff7 latest
2021-05-12 18:35:18 +02:00

14 lines
253 B
JavaScript

define([
'intern!tdd',
'intern/chai!assert'
], function (test,assert) {
try {
test.suite('Servers', function () {
assert.equal(2, 0, 'Selection not 0');
});
}catch(e){
console.log('eee',e);
}
});