mirror of
https://github.com/status-im/reagent.git
synced 2025-01-12 12:54:50 +00:00
Test with foreign libs in node
This commit is contained in:
parent
a2f445eb99
commit
f93dc7f756
@ -4,7 +4,7 @@
|
||||
:description "A simple ClojureScript interface to React"
|
||||
|
||||
:dependencies [[org.clojure/clojure "1.8.0"]
|
||||
[org.clojure/clojurescript "1.9.946"]
|
||||
[org.clojure/clojurescript "1.10.126"]
|
||||
;; If :npm-deps enabled, these are used only for externs.
|
||||
;; Without direct react dependency, other packages,
|
||||
;; like react-leaflet might have closer dependency to a other version.
|
||||
|
1
test-environments/node-foreign-libs/demo
Symbolic link
1
test-environments/node-foreign-libs/demo
Symbolic link
@ -0,0 +1 @@
|
||||
../../demo
|
1
test-environments/node-foreign-libs/examples
Symbolic link
1
test-environments/node-foreign-libs/examples
Symbolic link
@ -0,0 +1 @@
|
||||
../../examples
|
1
test-environments/node-foreign-libs/package-lock.json
generated
Symbolic link
1
test-environments/node-foreign-libs/package-lock.json
generated
Symbolic link
@ -0,0 +1 @@
|
||||
../../package-lock.json
|
1
test-environments/node-foreign-libs/package.json
Symbolic link
1
test-environments/node-foreign-libs/package.json
Symbolic link
@ -0,0 +1 @@
|
||||
../../package.json
|
1
test-environments/node-foreign-libs/project.clj
Symbolic link
1
test-environments/node-foreign-libs/project.clj
Symbolic link
@ -0,0 +1 @@
|
||||
../../project.clj
|
1
test-environments/node-foreign-libs/site
Symbolic link
1
test-environments/node-foreign-libs/site
Symbolic link
@ -0,0 +1 @@
|
||||
../../site
|
1
test-environments/node-foreign-libs/src
Symbolic link
1
test-environments/node-foreign-libs/src
Symbolic link
@ -0,0 +1 @@
|
||||
../../src
|
1
test-environments/node-foreign-libs/test
Symbolic link
1
test-environments/node-foreign-libs/test
Symbolic link
@ -0,0 +1 @@
|
||||
../../test
|
4
test-environments/node-foreign-libs/test.sh
Executable file
4
test-environments/node-foreign-libs/test.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
set -ex
|
||||
lein do clean, doo node node-test once
|
||||
test -f target/cljsbuild/node-test/out/cljsjs/react/development/react.inc.js
|
Loading…
x
Reference in New Issue
Block a user