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

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

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

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

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

suite.test("my_test_case", (should: TestContext) => {
  let s : string = "value";
  should.assertEquals("value", s);
});

suite.run();




© 2015 - 2025 Weber Informatics LLC | Privacy Policy