Remove babel from the tutorial, assertion, async
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
module.exports = {
|
||||
actual: {},
|
||||
expected: [
|
||||
{
|
||||
author: 'Nicolaus Cusanus',
|
||||
title: 'Die belehrte Unwissenheit'
|
||||
}
|
||||
]
|
||||
}
|
||||
export const actual = {}
|
||||
export const expected = [
|
||||
{
|
||||
author: 'Nicolaus Cusanus',
|
||||
title: 'Die belehrte Unwissenheit'
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user