mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 19:57:52 +01:00
editor: do not build test files
This commit is contained in:
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
import "@/tests.setup";
|
||||
import "./tests.setup";
|
||||
import { Editor, AnyExtension, Extensions } from "@tiptap/core";
|
||||
import StarterKit from "@tiptap/starter-kit";
|
||||
import { builders, NodeBuilder } from "prosemirror-test-builder";
|
||||
|
||||
@@ -9,5 +9,6 @@
|
||||
"@/*": ["*"]
|
||||
}
|
||||
},
|
||||
"include": ["src/"]
|
||||
"exclude": ["src/**/*.test.ts"],
|
||||
"include": ["src/**/*"]
|
||||
}
|
||||
|
||||
@@ -15,5 +15,5 @@
|
||||
"swc": true,
|
||||
"require": ["tsconfig-paths/register"]
|
||||
},
|
||||
"include": ["src/", "index.ts"]
|
||||
"include": ["src/"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user