STRWEB-90 omit css alias cruft (#126) #568
GitHub Actions / BigTest Unit Test Results
succeeded
Nov 13, 2023 in 0s
All 73 tests pass in 0s
Annotations
Check notice on line 0 in .github
github-actions / BigTest Unit Test Results
73 tests found
There are 73 tests, see "Raw output" for the full list of tests.
Raw output
accepts tenant branding ‑ The stripes-branding-plugin constructor accepts tenant branding
actsAs settings and plugin produces the expected settings and plugin configs and no app config ‑ parseAllModules function module acts as "settings" and "plugin" actsAs settings and plugin produces the expected settings and plugin configs and no app config
applies "ui-" prefix to module keys ‑ The stripes-translations-plugin getModuleName method applies "ui-" prefix to module keys
applies "ui-" prefix to module keys ‑ The stripes-translations-plugin prefixModuleKeys method applies "ui-" prefix to module keys
applies ContextReplacementPlugins when language filters are set ‑ The stripes-translations-plugin apply method applies ContextReplacementPlugins when language filters are set
applies StripesBrandingPlugin ‑ The stripes-webpack-plugin apply method applies StripesBrandingPlugin
applies StripesConfigPlugin ‑ The stripes-webpack-plugin apply method applies StripesConfigPlugin
applies StripesDuplicatesPlugin ‑ The stripes-webpack-plugin apply method applies StripesDuplicatesPlugin
applies StripesErrorLoggingPlugin ‑ The stripes-webpack-plugin apply method applies StripesErrorLoggingPlugin
applies StripesTranslationsPlugin ‑ The stripes-webpack-plugin apply method applies StripesTranslationsPlugin
applies a virtual module ‑ The stripes-config-plugin apply method applies a virtual module
applies overrides from tenant config ‑ The stripes-module-parser parsing methods parseStripesConfig applies overrides from tenant config
applies publicPath ‑ The stripes-translations-plugin generateFileNames method applies publicPath
applies the FaviconsWebpackPlugin ‑ The stripes-branding-plugin apply method applies the FaviconsWebpackPlugin
assigns getModule function ‑ The stripes-module-parser parsing methods parseStripesConfig assigns getModule function
assigns language filter ‑ The stripes-translations-plugin constructor assigns language filter
assigns warnings to the Webpack compilation ‑ The stripes-config-plugin processWarnings method assigns warnings to the Webpack compilation
calls virtualModule.writeModule() ‑ The stripes-config-plugin afterPlugins method calls virtualModule.writeModule()
does not apply "ui-" prefix to stripes-core keys ‑ The stripes-translations-plugin getModuleName method does not apply "ui-" prefix to stripes-core keys
does not apply "ui-" prefix to stripes-core keys ‑ The stripes-translations-plugin prefixModuleKeys method does not apply "ui-" prefix to stripes-core keys
does not assign warnings when not present ‑ The stripes-config-plugin processWarnings method does not assign warnings when not present
does not return paths for missing icons ‑ The stripes-module-parser parsing methods buildIconFilePaths does not return paths for missing icons
does not select node_modules files outside of @folio scope ‑ The esbuild-loader-rule test condition function does not select node_modules files outside of @folio scope
does not wrap non-src values in require() ‑ The stripes-serialize module serializeWithRequire function does not wrap non-src values in require()
enables all favicons when "buildAllFavicons" is true ‑ The stripes-branding-plugin _getFaviconOptions method enables all favicons when "buildAllFavicons" is true
enables only standard favicons when "buildAllFavicons" is false ‑ The stripes-branding-plugin _getFaviconOptions method enables only standard favicons when "buildAllFavicons" is false
falls back to icon.name when icon.fileName is not specified ‑ The stripes-module-parser parsing methods getIconMetadata falls back to icon.name when icon.fileName is not specified
generates an emit function with all translations ‑ The stripes-translations-plugin apply method generates an emit function with all translations
has icons from the right number of packages ‑ integration has icons from the right number of packages
includes modules from nominated dependencies ‑ The stripes-translations-plugin apply method includes modules from nominated dependencies
includes stripes-core with modules for translation ‑ The stripes-translations-plugin constructor includes stripes-core with modules for translation
lists deps sorted by version ‑ integration lists deps sorted by version
loads all translations from package.json ‑ The stripes-translations-plugin loadTranslationsPackageJson method loads all translations from package.json
loads all translations from the translation directory ‑ The stripes-translations-plugin loadTranslationsDirectory method loads all translations from the translation directory
loads only filtered translations from package.json ‑ The stripes-translations-plugin loadTranslationsPackageJson method loads only filtered translations from package.json
loads only filtered translations from the translation directory ‑ The stripes-translations-plugin loadTranslationsDirectory method loads only filtered translations from the translation directory
maintains absolute src paths ‑ The stripes-serialize module serializeWithRequire function maintains absolute src paths
omits branding config (handled by its own plugin) ‑ The stripes-config-plugin constructor omits branding config (handled by its own plugin)
only selects .js file extensions ‑ The esbuild-loader-rule test condition function only selects .js file extensions
registers the "after-plugins" hook ‑ The stripes-config-plugin apply method registers the "after-plugins" hook
registers the "emit" hook ‑ The stripes-translations-plugin apply method registers the "emit" hook
returns a parsed config ‑ The stripes-module-parser parsing methods parseStripesConfig returns a parsed config
returns all file variants (high/low) ‑ The stripes-module-parser parsing methods buildIconFilePaths returns all file variants (high/low)
returns an absolute file path for tenant favicon ‑ The stripes-branding-plugin _initFavicon method returns an absolute file path for tenant favicon
returns an absolute file path without @folio/stripes-core for default favicon ‑ The stripes-branding-plugin _initFavicon method returns an absolute file path without @folio/stripes-core for default favicon
returns array of welcomePageEntries ‑ The stripes-module-parser parsing methods getWelcomePageEntries returns array of welcomePageEntries
returns config and metadata collections ‑ parseAllModules function module type is "app" returns config and metadata collections
returns config grouped by stripes type ‑ parseAllModules function module type is "app" returns config grouped by stripes type
returns default icon src ‑ The stripes-module-parser parsing methods buildIconFilePaths returns default icon src
returns icon data by name ‑ The stripes-module-parser parsing methods getIconMetadata returns icon data by name
returns metadata for each module ‑ parseAllModules function module type is "app" returns metadata for each module
returns metadata ‑ The stripes-module-parser parsing methods parseStripesMetadata returns metadata
returns paths for emit hook and browser fetch ‑ The stripes-translations-plugin generateFileNames method returns paths for emit hook and browser fetch
returns warnings for each module ‑ parseAllModules function module type is "app" returns warnings for each module
sees the right number of apps ‑ integration sees the right number of apps
sees the right number of deps ‑ integration sees the right number of deps
selects files for @folio scoped node_modules ‑ The esbuild-loader-rule test condition function selects files for @folio scoped node_modules
selects files outside of both @folio scope and node_modules ‑ The esbuild-loader-rule test condition function selects files outside of both @folio scope and node_modules
throws StripesBuildError when missing modules config ‑ The stripes-config-plugin constructor throws StripesBuildError when missing modules config
throws StripesBuildError when package.json is missing ‑ The stripes-module-parser loadPackageJson method throws StripesBuildError when package.json is missing
throws StripesBuildError when stripes is missing ‑ The stripes-module-parser parsing methods parseModule throws StripesBuildError when stripes is missing
throws StripesBuildError when stripes.actsAs is missing ‑ The stripes-module-parser parsing methods parseModule throws StripesBuildError when stripes.actsAs is missing
updates custom src paths ‑ The stripes-serialize module serializeWithRequire function updates custom src paths
uses default branding ‑ The stripes-branding-plugin constructor uses default branding
uses icon from the latest version ‑ integration uses icon from the latest version
uses icon.fileName for building file paths ‑ The stripes-module-parser parsing methods getIconMetadata uses icon.fileName for building file paths
uses package.json when translations directory does not exist ‑ The stripes-translations-plugin gatherAllTranslations method uses package.json when translations directory does not exist
uses the translation directory when it exists ‑ The stripes-translations-plugin gatherAllTranslations method uses the translation directory when it exists
warns for missing icons variants ‑ The stripes-module-parser parsing methods buildIconFilePaths warns for missing icons variants
warns when a missing icon is referenced ‑ The stripes-module-parser parsing methods getWelcomePageEntries warns when a missing icon is referenced
warns when icons are missing ‑ The stripes-module-parser parsing methods getIconMetadata warns when icons are missing
wraps src values in require() ‑ The stripes-serialize module serializeWithRequire function wraps src values in require()
writes serialized config to virtual module ‑ The stripes-config-plugin afterPlugins method writes serialized config to virtual module
Loading