Skip to content

Commit

Permalink
chore(tests): update to Socket 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chicoxyzzy committed Sep 13, 2023
1 parent dba39dc commit 9103983
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 63 deletions.
2 changes: 0 additions & 2 deletions templates/react-ts/test/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import './test-context';

import { test } from 'socket:test';
import os from 'socket:os';

Expand Down
14 changes: 0 additions & 14 deletions templates/react-ts/test/test-context.ts

This file was deleted.

2 changes: 0 additions & 2 deletions templates/react/test/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import './test-context'

import { test } from 'socket:test'
import os from 'socket:os'

Expand Down
14 changes: 0 additions & 14 deletions templates/react/test/test-context.js

This file was deleted.

2 changes: 0 additions & 2 deletions templates/tonic/test/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import './test-context'

import { test } from 'socket:test'
import os from 'socket:os'

Expand Down
14 changes: 0 additions & 14 deletions templates/tonic/test/test-context.js

This file was deleted.

1 change: 0 additions & 1 deletion templates/vanilla/test/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import './test-context'
import { test } from 'socket:test'
import os from 'socket:os'

Expand Down
14 changes: 0 additions & 14 deletions templates/vanilla/test/test-context.js

This file was deleted.

0 comments on commit 9103983

Please sign in to comment.