Quiz on Event Recommendations
Test yourself on the concepts of event recommendations.
We'll cover the following...
We'll cover the following...
Quiz time!
1.
Which of the following contains the correct way to add the recommendation-result.json
file to the test suite?
A.
Import {recommendationsResult} from '../../testing/recommendations-result.json';
B.
Import '../../testing/recommendations-result.json' As {recommendationsResult};
C.
const recommendationsResult = require('../../testing/recommendations-result.json');
D.
require('../../testing/recommendations-result.json') As const recommendationsResult;
1 / 4