Skip to content

Commit 600e834

Browse files
test files updated.
1 parent d2a351b commit 600e834

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

test/index.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const { TinyAiInstance } = require('../dist/index.cjs');
1+
const { TinyAiInstance, TinyGoogleAi, setTinyGoogleAi } = require('../dist/index.cjs');
22

3-
console.log(TinyAiInstance);
3+
console.log(TinyAiInstance, TinyGoogleAi, setTinyGoogleAi);

test/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import { TinyAiInstance } from '../dist';
1+
import { TinyAiInstance, setTinyGoogleAi, TinyGoogleAi } from '../dist';
22

3-
console.log(TinyAiInstance);
3+
console.log(TinyAiInstance, TinyGoogleAi, setTinyGoogleAi);

test/index.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import { TinyAiInstance } from '../dist/index.mjs';
1+
import { setTinyGoogleAi, TinyAiInstance, TinyGoogleAi } from '../dist/index.mjs';
22

3-
console.log(TinyAiInstance);
3+
console.log(TinyAiInstance, TinyGoogleAi, setTinyGoogleAi);

0 commit comments

Comments
 (0)