mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
test: update basic.dev (components module)
This commit is contained in:
parent
31d6abcdb8
commit
847d4ae020
@ -106,7 +106,7 @@ describe('basic dev', () => {
|
||||
)
|
||||
const { cssModules, vue } = loadersOptions
|
||||
expect(cssModules.modules.localIdentName).toBe('[hash:base64:6]')
|
||||
expect(vueLoader.options).toBe(vue)
|
||||
expect(vueLoader.use[1 /* 0 is components loader */].options).toBe(vue)
|
||||
})
|
||||
|
||||
test('Config: preset-env and cssnano are at then end of postcss plugins', () => {
|
||||
|
Loading…
Reference in New Issue
Block a user