All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.es4x-commands.init.js.index.test.js Maven / Gradle / Ivy

The newest version!
/// 
// @ts-check

import { TestSuite } from '@vertx/unit';

const suite = TestSuite.create("the_test_suite");

suite.test("my_test_case", function (context) {
  var s = "value";
  context.assertEquals("value", s);
});

suite.run();




© 2015 - 2025 Weber Informatics LLC | Privacy Policy