Skip to content

Commit

Permalink
Add zomehub.dna for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbrisebois committed Nov 30, 2024
1 parent cbf02ed commit 64c165a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ lib/index.js: src/*.ts src/*/*.ts Makefile node_modules
--outDir lib -d --sourceMap src/index.ts
chmod a+x $@

build: lib/index.js
build-watch:
@inotifywait -r -m -e modify \
--includei '.*\.ts' \
Expand Down Expand Up @@ -61,9 +62,6 @@ npm-use-bundles-%:
#
TEST_DNAS = tests/dnas/zomehub.dna

tests/dnas/zomehub.dna: ../devhub-dnas-feature-cli-support/dnas/zomehub.dna
cp $< $@

DEBUG_LEVEL ?= warn
TEST_ENV_VARS = LOG_LEVEL=$(DEBUG_LEVEL)
MOCHA_OPTS = -n enable-source-maps -t 5000
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added tests/dnas/zomehub.dna
Binary file not shown.

0 comments on commit 64c165a

Please sign in to comment.