mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +00:00
test: add unit tests to pipeline
This commit is contained in:
@@ -26,7 +26,10 @@ const tests = await Promise.all(
|
||||
})),
|
||||
);
|
||||
|
||||
describe('Easy AST', async function () {
|
||||
describe('Easy AST', function () {
|
||||
this.timeout(5000);
|
||||
this.slow(2000);
|
||||
|
||||
it('should build the project', function () {
|
||||
const project = lightweightProjectFromPath(projectPath, true);
|
||||
expect(Object.keys(project).length).to.equal(tests.length);
|
||||
|
||||
Reference in New Issue
Block a user