mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
5 lines
71 B
JavaScript
5 lines
71 B
JavaScript
module.exports = {
|
|
preset: "ts-jest",
|
|
testEnvironment: "jsdom",
|
|
};
|