Skip to content

Commit 8231e40

Browse files
committed
lol
1 parent 46fcef5 commit 8231e40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/warpdrive.test.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import fixturify from 'fixturify';
33

44
import { generateApp } from './helpers.mjs';
55

6-
describe('Slow(JavaScript): Runs tests', async function () {
6+
it('Slow(JavaScript): Runs tests', async function () {
77
let app = await generateApp({
88
flags: ['--pnpm', '--typescript'],
99
skipNpm: false,
@@ -34,7 +34,7 @@ describe('Slow(JavaScript): Runs tests', async function () {
3434
expect(exitCode2).to.equal(0);
3535
});
3636

37-
describe('Slow(TypeScript): Runs tests', async function () {
37+
it('Slow(TypeScript): Runs tests', async function () {
3838
let app = await generateApp({
3939
flags: ['--pnpm', '--typescript'],
4040
skipNpm: false,

0 commit comments

Comments
 (0)