Skip to content

Commit

Permalink
fix: ajusat codigo
Browse files Browse the repository at this point in the history
  • Loading branch information
drusco committed Aug 1, 2023
1 parent a55df52 commit 6f21b9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Emulator.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ describe("Emulator", () => {
});
});

describe("properties", () => {
describe("Properties", () => {
describe("refs", () => {
it("Returns a list of namespaces in use", () => {
const ref = "refsTest";
Expand Down
1 change: 1 addition & 0 deletions src/types/Exotic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ declare namespace Exotic {
type namespace = string | symbol;

interface Emulator extends EventEmitter {
refs: namespace[];
bind(selelctor: namespace): Proxy;
proxy(value?: any): Proxy;
target(value?: any): any;
Expand Down

0 comments on commit 6f21b9f

Please sign in to comment.