We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e86d8d commit 9bb8502Copy full SHA for 9bb8502
LICENSE
@@ -1,6 +1,6 @@
1
MIT License
2
3
-Copyright (c) 2022 Verité Mugabo Makuza
+Copyright (c) 2022 - PRESENT Verité Mugabo Makuza
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
src/utils/index.ts
@@ -211,4 +211,4 @@ export const isParsedInstanceOfMatcherCall = (
211
&& expectFnCall.args.length === 1
212
&& isSupportedAccessor(expectFnCall.args[0], classArg)
213
)
214
-}
+}
0 commit comments