Skip to content

Commit

Permalink
Port tests
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Oct 31, 2023
1 parent 9ef3da3 commit dcc92cc
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 486 deletions.
2 changes: 1 addition & 1 deletion squint.edn
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{:paths ["src-shared" "src-squint"]
{:paths ["src-shared" "src-squint" "test"]
:output-dir "dist"}
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
(ns nextjournal.clojure-mode.test-utils
(:require ["@codemirror/state" :as cm-state
:refer [EditorState EditorSelection Extension StateCommand
ChangeSet ChangeDesc TransactionSpec StrictTransactionSpec]]
[applied-science.js-interop :as j]
[clojure.string :as str]
[nextjournal.clojure-mode.extensions.formatting :as format]))
:refer [EditorState EditorSelection]]
#?@(:squint []
:cljs [[applied-science.js-interop :as j]])
[clojure.string :as str])
(:require-macros [applied-science.js-interop :as j]))

;; (de)serialize cursors| and <selections> for testing

Expand Down
Loading

0 comments on commit dcc92cc

Please sign in to comment.