diff options
| author | Uri Shaked | 2019-11-19 14:35:39 +0200 |
|---|---|---|
| committer | Uri Shaked | 2019-11-19 14:35:39 +0200 |
| commit | a47e21cf3f5c2968eb2afd0ae9cd1453d0011ed8 (patch) | |
| tree | ce8a9be31e6898f3dc456dd1e49a8c8558b1b519 /src/index.spec.ts | |
| parent | Initial commit - project skeleton (diff) | |
| download | avr8js-a47e21cf3f5c2968eb2afd0ae9cd1453d0011ed8.tar.gz avr8js-a47e21cf3f5c2968eb2afd0ae9cd1453d0011ed8.tar.bz2 avr8js-a47e21cf3f5c2968eb2afd0ae9cd1453d0011ed8.zip | |
feat: implement some AVR instructions + tests
Diffstat (limited to 'src/index.spec.ts')
| -rw-r--r-- | src/index.spec.ts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/index.spec.ts b/src/index.spec.ts deleted file mode 100644 index 9f3fef3..0000000 --- a/src/index.spec.ts +++ /dev/null @@ -1,7 +0,0 @@ -import { x } from './index'; - -describe('index', () => { - it('should export x = 1', () => { - expect(x).toEqual(1); - }); -}); |
