Skip to content

Commit 943b6a2

Browse files
committed
Move test namespace again. #30
1 parent 92a1216 commit 943b6a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"docs": "nbb bin/generate-docs.cljs",
3838
"pre-publish": "npm run sync-deps; nbb bin/update-readme-versions.cljs; npm run docs; echo Changes:; git log --oneline `git rev-list --tags --max-count=1`..; echo; echo 'Now commit changes and run `git tag vX.Y.Z`.'",
3939
"test": "rm -f ./tests.sqlite; SECRET=testing TESTING=1 DATABASE_URL=sqlite://./tests.sqlite npx shadow-cljs compile test",
40-
"test-e2e": "nbb --classpath src src-tests/e2etests.cljs",
40+
"test-e2e": "nbb --classpath src src/sitefoxtest/e2etests.cljs",
4141
"watch": "SECRET=watching TESTING=1 shadow-cljs watch test"
4242
}
4343
}

src-tests/e2etests.cljs renamed to src/sitefoxtest/e2etests.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(ns e2etests
1+
(ns sitefoxtest.e2etests
22
(:require
33
[clojure.test :as t :refer [deftest is async]]
44
[clojure.string :refer [includes?]]

0 commit comments

Comments
 (0)