aboutsummaryrefslogtreecommitdiff
path: root/integration/snapshots/void-shouldnt-delete-call-expressions.js
blob: 3e088c5a77a2ca7505f0a9b4752d2a9e76493d0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
var was_called = false;
function thisShouldBeCalled() {
  was_called = true;
}
thisShouldBeCalled();
export function test() {
  if (!was_called)
    throw new Error("Expected thisShouldBeCalled to be called");
  return testDone(import.meta.url);
}
=retro' width='13' height='13' alt='Gravatar' /> Snazzah 1-0/+2 2022-07-09feat(landing): add 256x iconGravatar Snazzah 1-0/+1 2022-07-09feat(landing): remove space between zig and "'s"Gravatar Snazzah 1-1/+1 2022-07-09feat(landing): add SVG logo, manifest, and meta tagsGravatar Snazzah 10-122/+269 2022-07-09feat: update default favicon to new logoGravatar Snazzah 2-1/+1 2022-07-08remove commentsGravatar Hyro 1-97/+0 2022-07-08Fix react example README typo.Gravatar Xing Yahao 1-2/+2