File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ function expectType<T>(p: T): T {
209
209
}
210
210
211
211
/*
212
- * regression test for https://github.com/reduxjs/redux-starter-kit /issues/214
212
+ * regression test for https://github.com/reduxjs/redux-toolkit /issues/214
213
213
*/
214
214
{
215
215
const action = createAction < { input ?: string } > ( 'ACTION' )
@@ -222,7 +222,7 @@ function expectType<T>(p: T): T {
222
222
}
223
223
224
224
/*
225
- * regression test for https://github.com/reduxjs/redux-starter-kit /issues/224
225
+ * regression test for https://github.com/reduxjs/redux-toolkit /issues/224
226
226
*/
227
227
{
228
228
const oops = createAction ( 'oops' , ( x : any ) => ( {
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ function expectType<T>(t: T) {
223
223
224
224
/*
225
225
* Test: if no Payload Type is specified, accept any payload
226
- * see https://github.com/reduxjs/redux-starter-kit /issues/165
226
+ * see https://github.com/reduxjs/redux-toolkit /issues/165
227
227
*/
228
228
{
229
229
const initialState = {
You can’t perform that action at this time.
0 commit comments