mirror of
https://github.com/jzillmann/pdf-to-markdown.git
synced 2024-11-24 08:43:31 +01:00
7 lines
178 B
JavaScript
7 lines
178 B
JavaScript
// NODE_ENV=test - Needed by "@snowpack/web-test-runner-plugin"
|
|
process.env.NODE_ENV = 'test';
|
|
|
|
module.exports = {
|
|
plugins: [require('@snowpack/web-test-runner-plugin')()],
|
|
};
|