templates
templates copied to clipboard
Name import in vitest tests to be { test as it }
Could we change this:
import { describe, expect, test } from 'vitest';
to this:
import { describe, expect, test as it } from 'vitest';
and then we could do it('should do stuff'...)
https://github.com/solidjs/templates/blob/master/ts-vitest/src/todo-list.test.tsx#L1