Skip to content

Commit

Permalink
Merge pull request #185 from zazuko/zazuko-env-entity-renderer
Browse files Browse the repository at this point in the history
Entity-renderer: use @zazuko/env + format code
  • Loading branch information
ludovicm67 authored Oct 24, 2023
2 parents 74f201a + d84a4d0 commit 261f660
Show file tree
Hide file tree
Showing 17 changed files with 441 additions and 297 deletions.
5 changes: 5 additions & 0 deletions .changeset/selfish-goats-sleep.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@zazuko/trifid-entity-renderer": minor
---

Replace the use of `rdf-ext` with `@zazuko/env`
236 changes: 194 additions & 42 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions packages/entity-renderer/cypress.config.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// eslint-disable-next-line import/no-extraneous-dependencies
import { defineConfig } from 'cypress'

export default defineConfig({
Expand All @@ -6,6 +7,6 @@ export default defineConfig({
chromeWebSecurity: false,
e2e: {
baseUrl: 'http://localhost:3000',
experimentalStudio: true
}
experimentalStudio: true,
},
})
2 changes: 1 addition & 1 deletion packages/entity-renderer/cypress/support/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// ***********************************************************

// Import commands.js using ES2015 syntax:
import "./commands.js";
import './commands.js'

// Alternatively you can use CommonJS syntax:
// require('./commands')
4 changes: 0 additions & 4 deletions packages/entity-renderer/env.js

This file was deleted.

Loading

0 comments on commit 261f660

Please sign in to comment.