Skip to content

Commit

Permalink
add breaking tes
Browse files Browse the repository at this point in the history
  • Loading branch information
machty committed Jan 10, 2025
1 parent 8e8c081 commit 9973174
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/vscode/__tests__/smoketest-template-imports.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ describe('Smoke test: ETI Environment', () => {
});
});

test('ensure ci is running', async () => {
throw new Error('wat');
});

describe('codeactions locals', () => {
test('add local props to a class', async () => {
let scriptURI = Uri.file(`${rootDir}/src/Greeting.gts`);
Expand Down

0 comments on commit 9973174

Please sign in to comment.