mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-09 23:18:10 -05:00
5 lines
71 B
JavaScript
5 lines
71 B
JavaScript
module.exports = {
|
|
preset: "ts-jest",
|
|
testEnvironment: "jsdom",
|
|
};
|