Skip to content

Commit

Permalink
chore: rename adapter-encapsulation-test-app to ember-data__adapter (#…
Browse files Browse the repository at this point in the history
…8981)

* chore: rename adapter-encapsulation-test-app to ember-data__adapter

* lint fix
  • Loading branch information
runspired authored Oct 9, 2023
1 parent aed6245 commit 7b42482
Show file tree
Hide file tree
Showing 41 changed files with 160 additions and 250 deletions.
262 changes: 131 additions & 131 deletions pnpm-lock.yaml

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

57 changes: 0 additions & 57 deletions tests/adapter-encapsulation/README.md

This file was deleted.

45 changes: 0 additions & 45 deletions tests/adapter-encapsulation/tests/integration/smoke-test.js

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 12 additions & 0 deletions tests/ember-data__adapter/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Tests for @ember-data/adapter

This test-package provides tests for the `@ember-data/adapter` package.

## Running Tests Locally

If you do not already have the project cloned and dependencies installed, you may want to first read [Setting Up The Project](../../contributing/setting-up-the-project.md)

```cli
cd tests/ember-data__adapter;
pnpm test;
```
File renamed without changes.
Loading

0 comments on commit 7b42482

Please sign in to comment.