Skip to content

Commit

Permalink
patch update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresrhys committed Feb 18, 2021
1 parent a9a62c4 commit 3378c8a
Show file tree
Hide file tree
Showing 3 changed files with 246 additions and 191 deletions.
21 changes: 21 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,24 @@ prepublish:
monorepo-publish: prepublish
npx athloi version --concurrency 10 $(CIRCLE_TAG)
npx athloi publish --concurrency 10 -- --access public

# provision-local-db:
# relate env:init --name=treecreeper --type=LOCAL
# relate dbms:install -e treecreeper --name dev 4.1.6
# relate dbms:start -e treecreeper dev
# export PATH="/usr/local/opt/openjdk@11/bin:$PATH

# brew install java11

# For the system Java wrappers to find this JDK, symlink it with
# sudo ln -sfn /usr/local/opt/openjdk@11/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk-11.jdk

# openjdk@11 is keg-only, which means it was not symlinked into /usr/local,
# because this is an alternate version of another formula.

# If you need to have openjdk@11 first in your PATH run:
# echo 'export PATH="/usr/local/opt/openjdk@11/bin:$PATH"' >> ~/.zshrc

# For compilers to find openjdk@11 you may need to set:
# export CPPFLAGS="-I/usr/local/opt/openjdk@11/include"

6 changes: 3 additions & 3 deletions packages/tc-api-rest-handlers/__tests__/patch-diff.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ describe('rest PATCH diff', () => {
);
});

it.skip("doesn't write if no real date changes detected")
it.skip("doesn't write if no real datetime changes detected")
it.skip("doesn't write if no real time changes detected")
it.skip("doesn't write if no real date changes detected");
it.skip("doesn't write if no real datetime changes detected");
it.skip("doesn't write if no real time changes detected");

it('detects deleted property as a change', async () => {
await createNode('KitchenSink', {
Expand Down
Loading

0 comments on commit 3378c8a

Please sign in to comment.