Skip to content

Commit

Permalink
Docs: year in licencse
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovitDmytro committed Jan 12, 2023
1 parent 2b0fcf6 commit 77c1bfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019-2022 Dmytro Pustovit
Copyright (c) 2019-2023 Dmytro Pustovit

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion tests/helpers/decorators/getMethodDescriptor.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { snippetTester } from 'tests/utils';

suite('Decorators: getMethodDescriptor');

test('Positive: getMethodDescriptor @example', async function () {
test('Positive: getMethodDescriptor', async function () {
await snippetTester.test(({ getMethodDescriptor }) => {
class A {
B() {}
Expand Down

0 comments on commit 77c1bfe

Please sign in to comment.