mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-15 20:57:56 +08:00
6 lines
109 B
JavaScript
6 lines
109 B
JavaScript
const { setup } = require("jest-environment-puppeteer");
|
|
|
|
module.exports = async () => {
|
|
await setup();
|
|
};
|