Skip to content

Commit 15f8838

Browse files
committed
fix: remove unused flag
1 parent 6868abd commit 15f8838

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

packages/react/runtime/types/types.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ declare global {
1212
declare const __DISABLE_CREATE_SELECTOR_QUERY_INCOMPATIBLE_WARNING__: boolean;
1313
declare const __REF_FIRE_IMMEDIATELY__: boolean;
1414
declare const __TESTING_FORCE_RENDER_TO_OPCODE__: boolean;
15-
declare const __REACT_LYNX_RUNTIME_TEST__: boolean;
1615
declare const __FIRST_SCREEN_SYNC_TIMING__: 'immediately' | 'jsReady';
1716
declare const __DEV__: boolean;
1817
declare const __JS__: boolean;

packages/react/runtime/vitest.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ export default defineConfig({
5858
plugins: [
5959
transformReactLynxPlugin(),
6060
],
61-
define: {
62-
'__REACT_LYNX_RUNTIME_TEST__': JSON.stringify(true),
63-
},
6461
resolve: {
6562
alias: {
6663
'@lynx-js/react/compat': path.resolve(__dirname, './compat/index.js'),

0 commit comments

Comments
 (0)