Skip to content

Commit

Permalink
test: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed Jun 18, 2024
1 parent d769bdc commit 6bb591f
Showing 1 changed file with 52 additions and 16 deletions.
68 changes: 52 additions & 16 deletions test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ describe('uni-env', () => {
[
"builtInPlatforms",
"platform",
"utsPlatform",
"appPlatform",
"subPlatform",
"utsPlatform",
"isH5",
"isWeb",
"isApp",
"isAppPlus",
"isAppAndroid",
"isAppIOS",
"isMp",
Expand All @@ -24,27 +26,61 @@ describe('uni-env', () => {
"isQuickapp",
"isQuickappUnion",
"isQuickappHuawei",
"hasDarkMode",
"hasSourcemap",
"utsJsCodeFormat",
"utsModuleType",
"utsModulePrefix",
"utsTargetLanguage",
"inputDir",
"outputDir",
"cliContext",
"subpackage",
"mpPlugin",
"isMpPlugin",
"isMinimize",
"isSSRClient",
"isSSRServer",
"compiler",
"nvueCompiler",
"nvueStyleCompiler",
"compilerVersion",
"compilerVersionType",
"cliContext",
"inputDir",
"outputDir",
"statTitleJson",
"customContext",
"hbuilderxPlugins",
"renderer",
"nvueCompiler",
"nvueStyleCompiler",
"appCodeSpliting",
"automatorWsEndpoint",
"automatorAppWebview",
"automatorAppWebviewSrc",
"h5Base",
"h5Browser",
"customScript",
"customDefine",
"subpackage",
"renderer",
"customContext",
"minimize",
"isMinimize",
"uvue",
"isUVue",
"uvueTargetLanguage",
"compiler",
"rendererNative",
"nvueAppStyles",
"appChangedFiles",
"appChangedPages",
"darkMode",
"hasDarkMode",
"hxUseBaseType",
"hxDependenciesDir",
"appX",
"isAppX",
"appXCacheDir",
"hxVersion",
"appXPageCount",
"appXTsc",
"appXSingleThread",
"appXSetup",
"appXUVueScriptEngine",
"statTitleJson",
"sourcemap",
"hasSourcemap",
"ssrClient",
"isSSRClient",
"ssrServer",
"isSSRServer",
]
`)
})
Expand Down

0 comments on commit 6bb591f

Please sign in to comment.