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

META-INF.dirigible.modules-tests.src.tests-validation.validation-tests.ts Maven / Gradle / Ivy

The newest version!
import {test, assertTrue} from "sdk/junit"

test('test-case1', () => {
    assertTrue(true);
});

test('test-case2', () => {
    assertTrue(true);
});




© 2015 - 2025 Weber Informatics LLC | Privacy Policy