mirror of
https://github.com/SomboChea/ui
synced 2026-01-18 00:56:00 +07:00
build: e2e integration with puppeteer (#192)
* build: add e2e testing scripts * build: add e2e testing scripts * chore: fix script * chore: fix script * chore: ignore e2e normal test * chore: fix node_latest_browser * chore: move lint to prepare * chore: fix lint * chore: add local theme * fix: e2e tests
This commit is contained in:
committed by
GitHub
parent
0c4fb7da13
commit
d1b3e6e3b5
6
test/e2e/plugins/theme.js
Normal file
6
test/e2e/plugins/theme.js
Normal file
@@ -0,0 +1,6 @@
|
||||
const path = require('path');
|
||||
|
||||
module.exports = () => {
|
||||
console.log('loading local theme');
|
||||
return path.join(__dirname, '../../../', 'static');
|
||||
};
|
||||
Reference in New Issue
Block a user