Skip to content

Commit

Permalink
fixed(patch): test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sakitam-fdd committed Aug 10, 2022
1 parent 194c0e6 commit 52b1268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { test, expect, describe, beforeAll } from 'vitest';
import Affine from '../src/index';

beforeAll(async () => {
console.log(`[Affine]: start testing..`);
console.log(`[Affine]: start testing...`);
});

describe('translation', async () => {
Expand Down

0 comments on commit 52b1268

Please sign in to comment.